Skip to content

Commit 29ca2b6

Browse files
authored
KeyVault - /rng response should always return a value on success (#14982)
* Make value required for RandomBytes response * format
1 parent f5c2fa5 commit 29ca2b6

File tree

1 file changed

+3
-0
lines changed
  • specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,9 @@
12891289
"description": "The bytes encoded as a base64url string."
12901290
}
12911291
},
1292+
"required": [
1293+
"value"
1294+
],
12921295
"description": "The get random bytes response object containing the bytes."
12931296
},
12941297
"KeyReleasePolicy": {

0 commit comments

Comments
 (0)