From 3510d39578ba81578f2fae1faa434ffffd714720 Mon Sep 17 00:00:00 2001 From: tonykslee Date: Wed, 10 Feb 2021 12:12:00 -0800 Subject: [PATCH 1/3] added clientId to byos api response schema --- .../Microsoft.Insights/stable/2020-10-20/workbooks_API.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json index 55a5ae5f5574..76fb06510f96 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json @@ -554,6 +554,11 @@ "readOnly": true, "type": "string", "description": "The tenant ID of resource." + }, + "clientId": { + "readOnly": true, + "type": "string", + "description": "The client ID of resource." } } } From 40de8028eef3d3f4b758bd795c0cb275ae2b91f5 Mon Sep 17 00:00:00 2001 From: tonykslee Date: Thu, 25 Feb 2021 14:07:41 -0800 Subject: [PATCH 2/3] fixing duplicate schema --- .../Microsoft.Insights/stable/2020-10-20/workbooks_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json index 76fb06510f96..0896393cfa24 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json @@ -530,7 +530,7 @@ "description": "Customer Managed Identity", "properties": { "userAssignedIdentities": { - "$ref": "#/definitions/UserAssignedIdentities" + "$ref": "#/definitions/UserAssignedIdentitiesObject" }, "type": { "type": "string", @@ -542,7 +542,7 @@ } } }, - "UserAssignedIdentities": { + "UserAssignedIdentitiesObject": { "description": "Customer Managed Identity", "properties": { "principalId": { From 8a8089532247223edadf5fac7d098e2025a1e8f4 Mon Sep 17 00:00:00 2001 From: tonykslee Date: Thu, 25 Feb 2021 14:24:37 -0800 Subject: [PATCH 3/3] Revert "fixing duplicate schema" This reverts commit 40de8028eef3d3f4b758bd795c0cb275ae2b91f5. --- .../Microsoft.Insights/stable/2020-10-20/workbooks_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json index 0896393cfa24..76fb06510f96 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2020-10-20/workbooks_API.json @@ -530,7 +530,7 @@ "description": "Customer Managed Identity", "properties": { "userAssignedIdentities": { - "$ref": "#/definitions/UserAssignedIdentitiesObject" + "$ref": "#/definitions/UserAssignedIdentities" }, "type": { "type": "string", @@ -542,7 +542,7 @@ } } }, - "UserAssignedIdentitiesObject": { + "UserAssignedIdentities": { "description": "Customer Managed Identity", "properties": { "principalId": {