Skip to content

Commit b9b8f24

Browse files
committed
Refactor AI Foundry AI Services module: add comment for implicit dependencies in aiServicesName assignment
1 parent e16ac5f commit b9b8f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ module aiFoundryAiServicesProject 'modules/ai-project.bicep' = if (!useExistingA
11251125
location: azureAiServiceLocation
11261126
tags: tags
11271127
desc: aiFoundryAiProjectDescription
1128+
//Implicit dependencies below
11281129
aiServicesName: useExistingAiFoundryAiProject ? existingAiFoundryAiServices.name : aiFoundryAiServices!.outputs.name
11291130
}
11301131
}

0 commit comments

Comments
 (0)