We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aee32d commit ef78be1Copy full SHA for ef78be1
1 file changed
infra/main.bicep
@@ -143,7 +143,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
143
properties: {
144
tags: {
145
...allTags
146
- TemplateName: enablePrivateNetworking ? 'Code Modernization - WAF' : 'Code Modernization'
+ TemplateName: 'Code Modernization'
147
+ Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
148
CreatedBy: createdBy
149
}
150
0 commit comments