Skip to content

Commit 051dde6

Browse files
OAS Update
1 parent 7e686e8 commit 051dde6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

services/kms/v1/kms.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,10 @@
496496
]
497497
},
498498
"protection": {
499-
"description": "The underlying system that is responsible for protecting the key material.",
499+
"description": "The underlying system that is responsible for protecting the key material. (\"hsm\" is a private preview feature).",
500500
"enum": [
501-
"software"
501+
"software",
502+
"hsm"
502503
],
503504
"type": "string"
504505
},

0 commit comments

Comments
 (0)