Skip to content

Commit 98b5bb7

Browse files
fix: Updated the column name as "id" for the azureSearchFieldId column in main.json file (#1220)
1 parent afe1ffc commit 98b5bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"azureSearchFieldId": {
138138
"type": "string",
139-
"defaultValue": "Id",
139+
"defaultValue": "id",
140140
"metadata": {
141141
"description": "Id columns"
142142
}

0 commit comments

Comments
 (0)