Skip to content

Commit 5532fb1

Browse files
bicep udpated post downmerge
1 parent 16a7542 commit 5532fb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/main.bicep

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ param gptModelName string = 'gpt-4o'
5252
@description('Optional. Version of the GPT model to deploy. Defaults to 2024-08-06.')
5353
param gptModelVersion string = '2024-08-06'
5454

55+
@description('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2025-01-01-preview.')
56+
param azureopenaiVersion string = '2025-01-01-preview'
57+
5558
@minLength(1)
5659
@allowed([
5760
'Standard'
@@ -1548,5 +1551,5 @@ output AZURE_AI_PROJECT_NAME string = aiFoundryAiProjectName
15481551
output AZURE_AI_MODEL_DEPLOYMENT_NAME string = aiFoundryAiServicesModelDeployment.name
15491552
// output APPLICATIONINSIGHTS_CONNECTION_STRING string = applicationInsights.outputs.connectionString
15501553
output AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME string = aiFoundryAiServicesModelDeployment.name
1551-
output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiServices.outputs.aiProjectInfo.apiEndpoint
1554+
output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiProjectEndpoint
15521555
output APP_ENV string = 'Prod'

0 commit comments

Comments
 (0)