From 98b5bb7d8afd8bba380a510a4281a9b8d0fcf146 Mon Sep 17 00:00:00 2001 From: Prasanjeet-Microsoft Date: Thu, 8 Aug 2024 13:17:10 +0530 Subject: [PATCH] fix: Updated the column name as "id" for the azureSearchFieldId column in main.json file (#1220) --- infra/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.json b/infra/main.json index 02b1aa5e1..3ea3d38c3 100644 --- a/infra/main.json +++ b/infra/main.json @@ -136,7 +136,7 @@ }, "azureSearchFieldId": { "type": "string", - "defaultValue": "Id", + "defaultValue": "id", "metadata": { "description": "Id columns" }