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 b9b8f24 commit f3f30f7Copy full SHA for f3f30f7
infra/main.bicep
@@ -1126,7 +1126,7 @@ module aiFoundryAiServicesProject 'modules/ai-project.bicep' = if (!useExistingA
1126
tags: tags
1127
desc: aiFoundryAiProjectDescription
1128
//Implicit dependencies below
1129
- aiServicesName: useExistingAiFoundryAiProject ? existingAiFoundryAiServices.name : aiFoundryAiServices!.outputs.name
+ aiServicesName: aiFoundryAiServices!.outputs.name
1130
}
1131
1132
0 commit comments