Skip to content

Commit 0beee06

Browse files
Updated the order
1 parent 90bfacd commit 0beee06

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
159159
properties: {
160160
tags: union(
161161
resourceGroup().tags ?? {},
162+
allTags,
162163
{
163164
TemplateName: 'Code Modernization'
164165
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
165166
CreatedBy: createdBy
166-
},
167-
allTags
167+
}
168168
)
169169
}
170170
}

infra/main_custom.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
161161
properties: {
162162
tags: union(
163163
resourceGroup().tags ?? {},
164+
allTags,
164165
{
165166
TemplateName: 'Code Modernization'
166167
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
167168
CreatedBy: createdBy
168-
},
169-
allTags
169+
}
170170
)
171171
}
172172
}

0 commit comments

Comments
 (0)