Skip to content

Commit f602851

Browse files
added new 'type' tag
1 parent fd0ca46 commit f602851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
178178
properties: {
179179
tags: {
180180
...allTags
181-
TemplateName: enablePrivateNetworking ? 'MACAE - WAF' : 'MACAE'
181+
TemplateName: 'MACAE'
182+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
182183
CreatedBy: createdBy
183184
}
184185
}

0 commit comments

Comments
 (0)