Skip to content

Commit 27e05ef

Browse files
Merge pull request #483 from microsoft/fix-gsa-deploy
fix: Prevent removal of existing RG tags when deploying GSA
2 parents b0826db + 48d6505 commit 27e05ef

File tree

2 files changed

+510
-289
lines changed

2 files changed

+510
-289
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
111111
name: 'default'
112112
properties: {
113113
tags: {
114+
...resourceGroup().tags
114115
...tags
115116
TemplateName: 'DKM'
116117
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'

0 commit comments

Comments
 (0)