You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/modules/ai-foundry/main.bicep
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ var aiServicesPrivateDnsZoneResourceId = privateNetworking != null
124
124
modulecognitiveService'ai-services.bicep' = {
125
125
name: take('${name}-aiservices-deployment', 64)
126
126
#disable-next-line no-unnecessary-dependson
127
-
dependsOn: [cognitiveServicesPrivateDnsZone, openAiPrivateDnsZone] // required due to optional flags that could change dependency
127
+
dependsOn: [cognitiveServicesPrivateDnsZone, openAiPrivateDnsZone, aiServicesPrivateDnsZone] // required due to optional flags that could change dependency
0 commit comments