Skip to content

Commit b9b8f23

Browse files
Updated tag name typo
1 parent eac554b commit b9b8f23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
140140
properties: {
141141
tags: {
142142
...allTags
143-
templateName: 'Code Modernization'
143+
TemplateName: 'Code Modernization'
144144
}
145145
}
146146
}

infra/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"apiVersion": "2021-04-01",
451451
"name": "default",
452452
"properties": {
453-
"tags": "[shallowMerge(createArray(variables('allTags'), createObject('templateName', 'Code Modernization')))]"
453+
"tags": "[shallowMerge(createArray(variables('allTags'), createObject('TemplateName', 'Code Modernization')))]"
454454
}
455455
},
456456
"avmTelemetry": {

0 commit comments

Comments
 (0)