Skip to content

Commit

Permalink
Update plugins/azure/synapse/synapseWorkspaceHasTags.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadev4 committed Sep 16, 2024
1 parent aed60c2 commit 45a2fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/synapse/synapseWorkspaceHasTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
recommended_action: 'Modify Synapse workspace and add tags.',
link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',
apis: ['synapse:listWorkspaces'],
realtime_triggers: ['microsoftsynapse:workspaces:write','microsoftsynapse:workspaces:delete'],
realtime_triggers: ['microsoftsynapse:workspaces:write','microsoftsynapse:workspaces:delete','microsoftresources:tags:write'],

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

0 comments on commit 45a2fed

Please sign in to comment.