Skip to content

Commit 40033d9

Browse files
MaryGaoFredericHeem
authored andcommitted
Fix the missing parameter error in kusto spec (Azure#17721)
1 parent 0cce26a commit 40033d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesCreateOrUpdate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"databaseName": "KustoDatabase8",
77
"api-version": "2021-08-27",
88
"parameters": {
9+
"kind": "ReadWrite",
910
"location": "westus",
1011
"properties": {
1112
"softDeletePeriod": "P1D"

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesUpdate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"databaseName": "KustoDatabase8",
77
"api-version": "2021-08-27",
88
"parameters": {
9+
"kind": "ReadWrite",
10+
"location": "westus",
911
"properties": {
1012
"hotCachePeriod": "P1D"
1113
}

0 commit comments

Comments
 (0)