File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
700700var 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 }'
703703var aiFoundryAIservicesEnabled = aiFoundryAiServicesConfiguration .?enabled ?? true
704704var aiFoundryAiServicesModelDeployment = {
705705 format : 'OpenAI'
You can’t perform that action at this time.
0 commit comments