From 8f69ac3ddff72bd366d41c57cd1941f11185324a Mon Sep 17 00:00:00 2001 From: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri, 9 Oct 2020 14:33:34 +0800 Subject: [PATCH] fix-kusto-e2e-test (#8) --- .../stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json | 1 + .../stable/2020-06-14/examples/KustoDatabasesUpdate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json b/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json index f25f772e9597..76b9c8e81e96 100644 --- a/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json +++ b/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesCreateOrUpdate.json @@ -7,6 +7,7 @@ "api-version": "2020-06-14", "parameters": { "location": "westus", + "kind": "ReadWrite", "properties": { "softDeletePeriod": "P1D" } diff --git a/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesUpdate.json b/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesUpdate.json index 4c36dd0a6038..e2b12f02f655 100644 --- a/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesUpdate.json +++ b/specification/kusto/resource-manager/Microsoft.Kusto/stable/2020-06-14/examples/KustoDatabasesUpdate.json @@ -6,6 +6,7 @@ "databaseName": "KustoDatabase8", "api-version": "2020-06-14", "parameters": { + "kind": "ReadWrite", "properties": { "softDeletePeriod": "P1D" }