Skip to content

Commit 602ff19

Browse files
committed
minor update on dependancy
1 parent 9a56de3 commit 602ff19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/ai-foundry/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var aiServicesPrivateDnsZoneResourceId = privateNetworking != null
124124
module cognitiveService 'ai-services.bicep' = {
125125
name: take('${name}-aiservices-deployment', 64)
126126
#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
128128
params: {
129129
name: name
130130
location: location

0 commit comments

Comments
 (0)