Skip to content

Commit 72f412e

Browse files
remove type from existingAiFounryName
1 parent 6fe8692 commit 72f412e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ module privateDnsZonesAiServices 'br/public:avm/res/network/private-dns-zone:0.7
698698

699699
// NOTE: Required version 'Microsoft.CognitiveServices/accounts@2024-04-01-preview' not available in AVM
700700
var useExistingFoundryProject = !empty(existingFoundryProjectResourceId)
701-
var existingAiFounryName = useExistingFoundryProject?split( existingFoundryProjectResourceId,'/')[8]:''
702-
var aiFoundryAiServicesResourceName = useExistingFoundryProject? existingAiFounryName : aiFoundryAiServicesConfiguration.?name ?? 'aisa-${solutionPrefix}'
701+
var existingAiFoundryName = useExistingFoundryProject?split( existingFoundryProjectResourceId,'/')[8]:''
702+
var aiFoundryAiServicesResourceName = useExistingFoundryProject? existingAiFoundryName : aiFoundryAiServicesConfiguration.?name ?? 'aisa-${solutionPrefix}'
703703
var aiFoundryAIservicesEnabled = aiFoundryAiServicesConfiguration.?enabled ?? true
704704
var aiFoundryAiServicesModelDeployment = {
705705
format: 'OpenAI'

0 commit comments

Comments
 (0)