From 8eb7b8e721e2c774b3d7ae33a12fbf510910d048 Mon Sep 17 00:00:00 2001 From: Ran Wang Date: Wed, 29 Apr 2020 11:54:54 -0700 Subject: [PATCH] Bug fixes: skip url encoding for ScopeParameter; add client name for userAssignedIdentities. --- .../Microsoft.Resources/stable/2019-10-01/resources.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01/resources.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01/resources.json index 878ff9fb2431..1ef8e6c55514 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01/resources.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-10-01/resources.json @@ -5034,6 +5034,7 @@ }, "userAssignedIdentities": { "type": "object", + "x-ms-client-name": "IdentityUserAssignedIdentitiesValue", "additionalProperties": { "type": "object", "properties": { @@ -5818,7 +5819,8 @@ "required": true, "type": "string", "description": "The resource scope.", - "x-ms-parameter-location": "method" + "x-ms-parameter-location": "method", + "x-ms-skip-url-encoding": true }, "GroupIdParameter": { "name": "groupId",