File tree Expand file tree Collapse file tree
modules/cognitive-services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,4 +502,4 @@ output AZURE_SQL_SERVER_USERNAME string = sqlServerEnabled ? servicesUsername :
502502output AZURE_COSMOS_ACCOUNT_NAME string = cosmosDbEnabled ? cosmosDb .outputs .cosmosDBname : ''
503503output SAMPLE_APP_URL string = deploySampleApp ? appService .outputs .uri : ''
504504output AZURE_APP_SAMPLE_ENABLED bool = deploySampleApp
505- output AZURE_AI_AGENT_ENDPOINT string = cognitiveServices .outputs .aiFoundryAiProjectEndpoint
505+ output AZURE_AI_AGENT_ENDPOINT string = cognitiveServices .outputs .aiServicesEndpoint
Original file line number Diff line number Diff line change 5656 "authClientSecret" : {
5757 "value" : " ${AZURE_AUTH_CLIENT_SECRET}"
5858 },
59- "aiFoundryAiProjectEndpoint " :{
59+ "aiServicesEndpoint " :{
6060 "value" : " ${AZURE_AI_AGENT_ENDPOINT}"
6161 },
6262 "aiEmbeddingModelDeployment" : {
Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ output aiServicesResourceId string = aiServices.outputs.resourceId
259259output aiServicesName string = aiServices .outputs .name
260260output aiServicesEndpoint string = aiServices .outputs .endpoint
261261output aiServicesSystemAssignedMIPrincipalId string = aiServices .outputs .?systemAssignedMIPrincipalId ?? ''
262- output aiFoundryAiProjectEndpoint string = aiServices .outputs .endpoint
263262output connections array = union (
264263 [aiServices .outputs .foundryConnection ],
265264 contentSafetyEnabled ? [contentSafety .outputs .foundryConnection ] : [],
You can’t perform that action at this time.
0 commit comments