We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bfacd commit 0beee06Copy full SHA for 0beee06
2 files changed
infra/main.bicep
@@ -159,12 +159,12 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
159
properties: {
160
tags: union(
161
resourceGroup().tags ?? {},
162
+ allTags,
163
{
164
TemplateName: 'Code Modernization'
165
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
166
CreatedBy: createdBy
- },
167
- allTags
+ }
168
)
169
}
170
infra/main_custom.bicep
@@ -161,12 +161,12 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
171
172
0 commit comments