Skip to content

Commit 3d8d08b

Browse files
remove security contraol tag
1 parent e47eaa0 commit 3d8d08b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

infra/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2025-04-01' = {
393393
...allTags
394394
TemplateName: 'CWYD'
395395
CreatedBy: createdBy
396-
SecurityControl: 'Ignore'
397396
}
398397
}
399398
}

infra/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "15883001750214370681"
9+
"templateHash": "14548829568030120795"
1010
}
1111
},
1212
"parameters": {
@@ -722,7 +722,7 @@
722722
"apiVersion": "2025-04-01",
723723
"name": "default",
724724
"properties": {
725-
"tags": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags'), createObject('TemplateName', 'CWYD', 'CreatedBy', parameters('createdBy'), 'SecurityControl', 'Ignore')))]"
725+
"tags": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags'), createObject('TemplateName', 'CWYD', 'CreatedBy', parameters('createdBy'))))]"
726726
}
727727
},
728728
"avmTelemetry": {
@@ -55162,8 +55162,8 @@
5516255162
},
5516355163
"dependsOn": [
5516455164
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
55165-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
5516655165
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]",
55166+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
5516755167
"managedIdentityModule",
5516855168
"virtualNetwork"
5516955169
]

0 commit comments

Comments
 (0)