Skip to content

Commit cb95355

Browse files
authored
[KV] Add links to key rotation documentation in README (Azure#22207)
1 parent ef7c143 commit cb95355

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sdk/keyvault/azure-keyvault-keys/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
248251
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)