Skip to content

Commit 925201c

Browse files
authored
skip url encoding (#19237)
1 parent f835de9 commit 925201c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,8 @@
947947
"required": true,
948948
"description": "The user id, either an AAD object ID or certificate fingerprint.",
949949
"type": "string",
950-
"x-ms-parameter-location": "method"
950+
"x-ms-parameter-location": "method",
951+
"x-ms-skip-url-encoding": true
951952
}
952953
}
953954
}

0 commit comments

Comments
 (0)