Skip to content

Commit

Permalink
Update keys swagger to include CKM_AES_KEY_WRAP and CKM_AES_KEY_WRAP_…
Browse files Browse the repository at this point in the history
…PAD for key wrapping (Azure#30115)

* Adding enums for CKM_AES_KEY_WRAP

* Updating retry header format

---------

Co-authored-by: Hassan Jami <[email protected]>
Co-authored-by: Heath Stewart <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2024
1 parent 8276d8b commit eec8195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"Retry-After": {
"description": "The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.",
"type": "integer",
"format": "int64"
"format": "int32"
},
"Azure-AsyncOperation": {
"description": "The URI to poll for completion status.",
Expand Down Expand Up @@ -209,7 +209,7 @@
"Retry-After": {
"description": "The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.",
"type": "integer",
"format": "int64"
"format": "int32"
},
"Azure-AsyncOperation": {
"description": "The URI to poll for completion status.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,9 @@
"A256CBC",
"A128CBCPAD",
"A192CBCPAD",
"A256CBCPAD"
"A256CBCPAD",
"CKM_AES_KEY_WRAP",
"CKM_AES_KEY_WRAP_PAD"
],
"x-ms-enum": {
"name": "JsonWebKeyEncryptionAlgorithm",
Expand Down

0 comments on commit eec8195

Please sign in to comment.