From abb41537b416b30bfe9fca6df98ad0fc64cfb1d7 Mon Sep 17 00:00:00 2001 From: Mary Gao Date: Wed, 9 Feb 2022 11:43:00 +0800 Subject: [PATCH] Fix the missing parameter error in kusto spec (#17721) --- .../2021-08-27/examples/KustoDatabasesCreateOrUpdate.json | 1 + .../stable/2021-08-27/examples/KustoDatabasesUpdate.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesCreateOrUpdate.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesCreateOrUpdate.json index a23a088045aa..c9508f902d1b 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesCreateOrUpdate.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesCreateOrUpdate.json @@ -6,6 +6,7 @@ "databaseName": "KustoDatabase8", "api-version": "2021-08-27", "parameters": { + "kind": "ReadWrite", "location": "westus", "properties": { "softDeletePeriod": "P1D" diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesUpdate.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesUpdate.json index 70ce2a3f9acf..6e5ae0de11e1 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesUpdate.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2021-08-27/examples/KustoDatabasesUpdate.json @@ -6,6 +6,8 @@ "databaseName": "KustoDatabase8", "api-version": "2021-08-27", "parameters": { + "kind": "ReadWrite", + "location": "westus", "properties": { "hotCachePeriod": "P1D" }