From a44bb1314a8eccd49532b23b37832dc39fa61e0f Mon Sep 17 00:00:00 2001 From: Itay Sagui Date: Thu, 23 Jan 2020 14:13:15 +0200 Subject: [PATCH 1/2] Added stateReason property to cluster --- .../Microsoft.Kusto/stable/2019-11-09/kusto.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json index 67e1800aa1c3..76b68949b543 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json @@ -2320,6 +2320,11 @@ "type": "string", "readOnly": true, "description": "The cluster data ingestion URI." + }, + "stateReason": { + "type": "string", + "readOnly": true, + "description": "The reason for the cluster's current state." }, "trustedExternalTenants": { "type": "array", From 47e20e6cb9222c97361dd00df615dc25b7f64337 Mon Sep 17 00:00:00 2001 From: Itay Sagui Date: Thu, 23 Jan 2020 14:27:14 +0200 Subject: [PATCH 2/2] Executed prettier --- .../Microsoft.Kusto/stable/2019-11-09/kusto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json index 76b68949b543..7e70bb6c6537 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-11-09/kusto.json @@ -2321,7 +2321,7 @@ "readOnly": true, "description": "The cluster data ingestion URI." }, - "stateReason": { + "stateReason": { "type": "string", "readOnly": true, "description": "The reason for the cluster's current state."