Skip to content

Commit

Permalink
Bug fixes for two known issues (#9272)
Browse files Browse the repository at this point in the history
* Bug fixes: skip url encoding for ScopeParameter; add client name for userAssignedIdentities.

* Pretty check fix.
  • Loading branch information
Grayer123 authored May 6, 2020
1 parent c828581 commit 922a160
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5034,6 +5034,7 @@
},
"userAssignedIdentities": {
"type": "object",
"x-ms-client-name": "IdentityUserAssignedIdentitiesValue",
"additionalProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 922a160

Please sign in to comment.