Skip to content

Commit 8f69ac3

Browse files
authored
fix-kusto-e2e-test (Azure#8)
1 parent e56c316 commit 8f69ac3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"api-version": "2020-06-14",
88
"parameters": {
99
"location": "westus",
10+
"kind": "ReadWrite",
1011
"properties": {
1112
"softDeletePeriod": "P1D"
1213
}

specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesUpdate.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": "2020-06-14",
88
"parameters": {
9+
"kind": "ReadWrite",
910
"properties": {
1011
"softDeletePeriod": "P1D"
1112
}

0 commit comments

Comments
 (0)