From d0fc04c5fc11416c2591f26abf084a0a66e30097 Mon Sep 17 00:00:00 2001 From: vplauzon Date: Wed, 23 Feb 2022 09:35:29 -0500 Subject: [PATCH 1/2] Expand comment on managedIdentityResourceId --- .../Microsoft.Kusto/stable/2022-02-01/kusto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json index a18ba3bc5c8c..2f4fb0ba3ca9 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json @@ -4290,7 +4290,7 @@ }, "managedIdentityResourceId": { "type": "string", - "description": "The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub." + "description": "If empty, connection will use Event Hub SAS key. If Cluser resource ID is provided, the connection will use System Assign Identity. If User Assigned Identity resource ID is provided, the connection will use that User Assigned Identity." }, "managedIdentityObjectId": { "type": "string", From 96cc8c838d3b5c48cd5adff4e9e4b2acd5a95706 Mon Sep 17 00:00:00 2001 From: vplauzon Date: Wed, 23 Feb 2022 11:17:40 -0500 Subject: [PATCH 2/2] Change according to Oren's review --- .../Microsoft.Kusto/stable/2022-02-01/kusto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json index 2f4fb0ba3ca9..0a29bb842874 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/kusto.json @@ -4290,7 +4290,7 @@ }, "managedIdentityResourceId": { "type": "string", - "description": "If empty, connection will use Event Hub SAS key. If Cluser resource ID is provided, the connection will use System Assign Identity. If User Assigned Identity resource ID is provided, the connection will use that User Assigned Identity." + "description": "Empty for non-managed identity based data connection. For system assigned identity, provide cluster resource Id. For user assigned identity (UAI) provide the UAI resource Id." }, "managedIdentityObjectId": { "type": "string",