Skip to content

Commit 277fe93

Browse files
authored
Add rotation permission (#15458)
* Add rotation permission * Update keys.json Remove required from lifetimeActions * Change to expiryTime
1 parent 6aaaf3e commit 277fe93

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/examples/UpdateKeyRotationPolicy-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"attributes": {
26-
"expirationTime": "P2Y"
26+
"expiryTime": "P2Y"
2727
}
2828
}
2929
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
},
11741174
"put": {
11751175
"tags": [
1176-
"keys"
1176+
"Keys"
11771177
],
11781178
"operationId": "UpdateKeyRotationPolicy",
11791179
"summary": "Updates the rotation policy for a key.",

specification/keyvault/resource-manager/Microsoft.KeyVault/preview/2021-06-01-preview/keyvault.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,8 @@
11171117
"restore",
11181118
"recover",
11191119
"purge",
1120-
"release"
1120+
"release",
1121+
"rotate"
11211122
],
11221123
"x-ms-enum": {
11231124
"name": "KeyPermissions",

0 commit comments

Comments
 (0)