Skip to content

Commit 7b62e6c

Browse files
fix: reorder dependencies in main.json for correct deployment sequence
1 parent 3a42ec9 commit 7b62e6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27975,9 +27975,9 @@
2797527975
},
2797627976
"dependsOn": [
2797727977
"aiFoundryAiServices",
27978-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
27979-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
2798027978
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
27979+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
27980+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
2798127981
"virtualNetwork"
2798227982
]
2798327983
},

0 commit comments

Comments
 (0)