File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
sdk/keyvault/azure-keyvault-keys Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -241,8 +241,11 @@ print(deleted_key.deleted_date)
241241```
242242
243243### Configure automatic key rotation
244- ` update_key_rotation_policy ` allows you to configure automatic key rotation for a key by specifying a rotation policy.
245- In addition, ` rotate_key ` allows you to rotate a key on-demand by creating a new version of the given key.
244+ [ update_key_rotation_policy] ( https://azuresdkdocs.blob.core.windows.net/$web/python/azure-keyvault-keys/4.5.0b5/azure.keyvault.keys.html#azure.keyvault.keys.KeyClient.update_key_rotation_policy )
245+ allows you to configure automatic key rotation for a key by specifying a rotation policy.
246+ In addition,
247+ [ rotate_key] ( https://azuresdkdocs.blob.core.windows.net/$web/python/azure-keyvault-keys/4.5.0b5/azure.keyvault.keys.html#azure.keyvault.keys.KeyClient.rotate_key )
248+ allows you to rotate a key on-demand by creating a new version of the given key.
246249
247250``` python
248251from azure.identity import DefaultAzureCredential
You can’t perform that action at this time.
0 commit comments