Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Jul 16, 2024
1 parent 2e8f2b7 commit 695bcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/synapse/workspaceDiagnosticLogsEnabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
recommended_action: 'Enable diagnostic logging for all Synapse workspaces.',
link: 'https://learn.microsoft.com/en-gb/azure/azure-monitor/essentials/diagnostic-settings',
apis: ['synapse:listWorkspaces', 'diagnosticSettings:listByWorkspaces'],
realtime_triggers: ['microsoftsynapse:workspaces:write','microsoftsynapse:workspaces:delete','microsoftinsights:diagnosticSettings:delete'],
realtime_triggers: ['microsoftsynapse:workspaces:write','microsoftsynapse:workspaces:delete','microsoftinsights:diagnosticSettings:delete','microsoftinsights:diagnosticSettings:write'],

run: function(cache, settings, callback) {
const results = [];
Expand Down

0 comments on commit 695bcad

Please sign in to comment.