We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac554b commit b9b8f23Copy full SHA for b9b8f23
2 files changed
infra/main.bicep
@@ -140,7 +140,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
140
properties: {
141
tags: {
142
...allTags
143
- templateName: 'Code Modernization'
+ TemplateName: 'Code Modernization'
144
}
145
146
infra/main.json
@@ -450,7 +450,7 @@
450
"apiVersion": "2021-04-01",
451
"name": "default",
452
"properties": {
453
- "tags": "[shallowMerge(createArray(variables('allTags'), createObject('templateName', 'Code Modernization')))]"
+ "tags": "[shallowMerge(createArray(variables('allTags'), createObject('TemplateName', 'Code Modernization')))]"
454
455
},
456
"avmTelemetry": {
0 commit comments