Skip to content

Commit 57c702b

Browse files
authored
[KeyVault] - Update swagger for SKR per archboard (#16673)
1 parent 2003701 commit 57c702b

File tree

1 file changed

+4
-2
lines changed
  • specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview

1 file changed

+4
-2
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,8 @@
13041304
"data": {
13051305
"description": "Blob encoding the policy rules under which the key can be released.",
13061306
"type": "string",
1307-
"format": "base64url"
1307+
"format": "base64url",
1308+
"x-ms-client-name": "encodedPolicy"
13081309
}
13091310
}
13101311
},
@@ -1840,7 +1841,8 @@
18401841
"target": {
18411842
"type": "string",
18421843
"minLength": 1,
1843-
"description": "The attestation assertion for the target of the key release."
1844+
"description": "The attestation assertion for the target of the key release.",
1845+
"x-ms-client-name": "targetAttestationToken"
18441846
},
18451847
"nonce": {
18461848
"type": "string",

0 commit comments

Comments
 (0)