Skip to content

Commit 908a087

Browse files
Merge pull request #248 from microsoft/dev
fix: Merging the changes from dev to main
2 parents bff89b0 + 24f88ef commit 908a087

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
@@ -140,6 +140,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
140140
name: 'default'
141141
properties: {
142142
tags: {
143+
...resourceGroup().tags
143144
...allTags
144145
TemplateName: 'Code Modernization'
145146
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": "5944351688073580632"
9+
"templateHash": "11292425781844372845"
1010
},
1111
"name": "Modernize Your Code Solution Accelerator",
1212
"description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n"
@@ -244,7 +244,7 @@
244244
"apiVersion": "2021-04-01",
245245
"name": "default",
246246
"properties": {
247-
"tags": "[shallowMerge(createArray(variables('allTags'), createObject('TemplateName', 'Code Modernization', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]"
247+
"tags": "[shallowMerge(createArray(resourceGroup().tags, variables('allTags'), createObject('TemplateName', 'Code Modernization', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]"
248248
}
249249
},
250250
"avmTelemetry": {
@@ -26003,9 +26003,9 @@
2600326003
},
2600426004
"dependsOn": [
2600526005
"appIdentity",
26006-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
2600726006
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
2600826007
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
26008+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
2600926009
"logAnalyticsWorkspace",
2601026010
"virtualNetwork"
2601126011
]

0 commit comments

Comments
 (0)