File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ param aiSearchLocation string
1616@description ('Required. AI Search Connection Name' )
1717param aiSearchConnectionName string
1818
19- @description ('Optional. Tags to be applied to the resources.' )
20- param tags object = {}
2119
2220resource projectAISearchConnection 'Microsoft.CognitiveServices/accounts/projects/connections@2025-04-01-preview' = {
2321 name : '${existingAIFoundryName }/${existingAIProjectName }/${aiSearchConnectionName }'
Original file line number Diff line number Diff line change @@ -439,16 +439,15 @@ module assignAiUserRoleToAiProject 'deploy_foundry_role_assignment.bicep' = {
439439
440440@description ('Contains the URL of WebApp.' )
441441output webAppUrl string = 'https://${websiteName }.azurewebsites.net'
442- output webAppUrl string = 'https://${WebsiteName }.azurewebsites.net'
443442output azureOpenAISystemMessage string = azureOpenAISystemMessage
444443output azureOpenAiGenerateSectionContentPrompt string = azureOpenAiGenerateSectionContentPrompt
445444output azureOpenAiTemplateSystemMessage string = azureOpenAiTemplateSystemMessage
446445output azureOpenAiTitlePrompt string = azureOpenAiTitlePrompt
447- output azureOpenAIModel string = AzureOpenAIModel
446+ output azureOpenAIModel string = azureOpenAIModel
448447output azureOpenAIResource string = azureOpenaiResource
449- output AzureSearchIndex string = AzureSearchIndex
448+ output AzureSearchIndex string = azureSearchIndex
450449output aiSearchService string = aiSearchService
451450output AZURE_COSMOSDB_ENABLE_FEEDBACK string = AZURE_COSMOSDB_ENABLE_FEEDBACK
452- output AzureSearchQueryType string = AzureSearchQueryType
453- output AzureSearchVectorFields string = AzureSearchVectorFields
451+ output AzureSearchQueryType string = azureSearchQueryType
452+ output AzureSearchVectorFields string = azureSearchVectorFields
454453
You can’t perform that action at this time.
0 commit comments