We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16ac5f commit b9b8f24Copy full SHA for b9b8f24
infra/main.bicep
@@ -1125,6 +1125,7 @@ module aiFoundryAiServicesProject 'modules/ai-project.bicep' = if (!useExistingA
1125
location: azureAiServiceLocation
1126
tags: tags
1127
desc: aiFoundryAiProjectDescription
1128
+ //Implicit dependencies below
1129
aiServicesName: useExistingAiFoundryAiProject ? existingAiFoundryAiServices.name : aiFoundryAiServices!.outputs.name
1130
}
1131
0 commit comments