Skip to content

Commit bfd6e8f

Browse files
added new 'type' tag
1 parent f7fc4a1 commit bfd6e8f

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
@@ -112,7 +112,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
112112
properties: {
113113
tags: {
114114
...tags
115-
TemplateName: enablePrivateNetworking ? 'DKM-WAF' : 'DKM'
115+
TemplateName: 'DKM'
116+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
116117
CreatedBy: createdBy
117118
}
118119
}

0 commit comments

Comments
 (0)