Skip to content

Commit

Permalink
Add {release|rotate}-related AKV key permissions for 2021-06-01-previ…
Browse files Browse the repository at this point in the history
…ew. (#16536)
  • Loading branch information
adarce authored Nov 8, 2021
1 parent 27c89d0 commit f2aaaa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ getkey
getmaptile
getprivateendpointconnection
getprivatelinkresources
getrotationpolicy
getsas
getskus
getssotoken
Expand Down Expand Up @@ -1827,6 +1828,7 @@ SETEXPIRY
setissuers
SETOWNER
SETPERMISSION
setrotationpolicy
setsas
setvpnclientipsecparameters
sfhealthid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@
"verify",
"wrapKey",
"unwrapKey",
"import"
"import",
"release"
],
"x-ms-enum": {
"name": "JsonWebKeyOperation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1103,8 +1103,10 @@
"restore",
"recover",
"purge",
"release",
"rotate"
"rotate",
"getrotationpolicy",
"setrotationpolicy",
"release"
],
"x-ms-enum": {
"name": "KeyPermissions",
Expand Down

0 comments on commit f2aaaa7

Please sign in to comment.