Skip to content

Commit ef78be1

Browse files
added new 'type' tag
1 parent 0aee32d commit ef78be1

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
@@ -143,7 +143,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
143143
properties: {
144144
tags: {
145145
...allTags
146-
TemplateName: enablePrivateNetworking ? 'Code Modernization - WAF' : 'Code Modernization'
146+
TemplateName: 'Code Modernization'
147+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
147148
CreatedBy: createdBy
148149
}
149150
}

0 commit comments

Comments
 (0)