Skip to content

Commit 90bfacd

Browse files
Updated the code with allTags
1 parent 18f6d1d commit 90bfacd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
164164
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
165165
CreatedBy: createdBy
166166
},
167-
tags
167+
allTags
168168
)
169169
}
170170
}

infra/main_custom.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
166166
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
167167
CreatedBy: createdBy
168168
},
169-
tags
169+
allTags
170170
)
171171
}
172172
}

0 commit comments

Comments
 (0)