Skip to content

Commit b22be37

Browse files
Merge pull request #595 from microsoft/fix-gsa-deploy
fix: Prevent removal of existing RG tags when deploying GSA
2 parents 7a081cf + d8e0bdb commit b22be37

File tree

2 files changed

+47965
-0
lines changed

2 files changed

+47965
-0
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
231231
name: 'default'
232232
properties: {
233233
tags: {
234+
...resourceGroup().tags
234235
...allTags
235236
TemplateName: 'MACAE'
236237
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'

0 commit comments

Comments
 (0)