Skip to content

Commit b305001

Browse files
Merge pull request #596 from microsoft/dev
fix: Merging the changes from dev to main
2 parents d24a379 + 311ad73 commit b305001

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
268268
name: 'default'
269269
properties: {
270270
tags: {
271+
...resourceGroup().tags
271272
... tags
272273
TemplateName: 'DocGen'
273274
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'

infra/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "7414872865743114704"
9+
"templateHash": "15396608207760718220"
1010
},
1111
"name": "Document Generation Solution Accelerator",
1212
"description": "CSA CTO Gold Standard Solution Accelerator for Document Generation.\n"
@@ -396,7 +396,7 @@
396396
"apiVersion": "2021-04-01",
397397
"name": "default",
398398
"properties": {
399-
"tags": "[shallowMerge(createArray(parameters('tags'), createObject('TemplateName', 'DocGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]"
399+
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'DocGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]"
400400
}
401401
},
402402
"existingAiFoundryAiServices": {
@@ -23419,8 +23419,8 @@
2341923419
},
2342023420
"dependsOn": [
2342123421
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
23422-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
2342323422
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
23423+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
2342423424
"logAnalyticsWorkspace",
2342523425
"userAssignedIdentity",
2342623426
"virtualNetwork"

0 commit comments

Comments
 (0)