File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.37.4.10188",
9- "templateHash": "10090938439711679479 "
9+ "templateHash": "15543709728547763503 "
1010 },
1111 "name": "Content Processing Solution Accelerator",
1212 "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
@@ -38710,10 +38710,10 @@
3871038710 "dependsOn": [
3871138711 "avmContainerApp",
3871238712 "avmManagedIdentity",
38713+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3871338714 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
3871438715 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
3871538716 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
38716- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3871738717 "logAnalyticsWorkspace",
3871838718 "virtualNetwork"
3871938719 ]
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ module cognitive_service_dependencies './modules/dependencies.bicep' = if(!useEx
269269 sku : sku
270270 tags : tags
271271 }
272- scope : resourceGroup ()
273272}
274273
275274module existing_cognitive_service_dependencies './modules/dependencies.bicep' = if (useExistingService ) {
You can’t perform that action at this time.
0 commit comments