From afe1ffc89c6a4eb887e998f88d89f11d118274ef Mon Sep 17 00:00:00 2001 From: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:30:04 +0530 Subject: [PATCH] fix: Updated the column name as "id" for the azureSearchFieldId column in bicep code (#1219) --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index 72f882294..449a2a04f 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -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'