Skip to content

Commit

Permalink
fix: Updated the column name as "id" for the azureSearchFieldId colum…
Browse files Browse the repository at this point in the history
…n in bicep code (Azure-Samples#1219)
  • Loading branch information
Roopan-Microsoft authored Aug 8, 2024
1 parent c421daf commit afe1ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ param azureSearchTopK string = '5'
param azureSearchEnableInDomain string = 'false'

@description('Id columns')
param azureSearchFieldId string = 'Id'
param azureSearchFieldId string = 'id'

@description('Content columns')
param azureSearchContentColumn string = 'content'
Expand Down

0 comments on commit afe1ffc

Please sign in to comment.