Skip to content

Commit c4ae122

Browse files
added new 'type' tag in main_custom.bicep file
1 parent 0411a63 commit c4ae122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main_custom.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
232232
tags: {
233233
...allTags
234234
TemplateName: 'MACAE'
235+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
235236
CreatedBy: createdBy
236237
}
237238
}

0 commit comments

Comments
 (0)