Skip to content

Commit 997bedd

Browse files
remove unnecessary scope from aiservice.bicep
1 parent 48ec6a5 commit 997bedd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

infra/main.json

Lines changed: 2 additions & 2 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": "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
]

infra/modules/account/aiservice.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

275274
module existing_cognitive_service_dependencies './modules/dependencies.bicep' = if(useExistingService) {

0 commit comments

Comments
 (0)