We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59836 commit d30ab00Copy full SHA for d30ab00
infra/main.bicep
@@ -74,7 +74,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
74
name: 'default'
75
properties: {
76
tags: {
77
- templateName: 'Docgen'
+ TemplateName: 'Docgen'
78
}
79
80
infra/main.json
@@ -357,7 +357,7 @@
357
"name": "default",
358
"properties": {
359
"tags": {
360
- "templateName": "Docgen"
+ "TemplateName": "Docgen"
361
362
363
},
0 commit comments