Skip to content

Commit c2534ea

Browse files
committed
removed tags/delete call
1 parent b49b027 commit c2534ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/azure/applicationGateway/applicationGatewayHasTags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
recommended_action: 'Modify application gateways and add tags.',
1111
link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',
1212
apis: ['applicationGateway:listAll'],
13-
realtime_triggers: ['microsoftnetwork:applicationgateways:write','microsoftnetwork:applicationgateways:delete', 'microsoftresources:tags:write','microsoftresources:tags:delete'],
13+
realtime_triggers: ['microsoftnetwork:applicationgateways:write','microsoftnetwork:applicationgateways:delete', 'microsoftresources:tags:write'],
1414

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

plugins/azure/containerregistry/acrHasTags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
recommended_action: 'Modify Container registries and add tags.',
1111
link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',
1212
apis: ['registries:list'],
13-
realtime_triggers: ['microsoftcontainerregistry:registries:write','microsoftcontainerregistry:registries:delete','microsoftresources:tags:write','microsoftresources:tags:delete'],
13+
realtime_triggers: ['microsoftcontainerregistry:registries:write','microsoftcontainerregistry:registries:delete','microsoftresources:tags:write'],
1414

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

plugins/azure/cosmosdb/cosmosdbHasTags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
link: 'https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources',
1111
recommended_action: 'Modify affected database accounts and add tags.',
1212
apis: ['databaseAccounts:list'],
13-
realtime_triggers: ['microsoftdocumentdb:databaseaccounts:write','microsoftdocumentdb:databaseaccounts:write','microsoftresources:tags:write','microsoftresources:tags:delete'],
13+
realtime_triggers: ['microsoftdocumentdb:databaseaccounts:write','microsoftdocumentdb:databaseaccounts:write','microsoftresources:tags:write'],
1414

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

0 commit comments

Comments
 (0)