github Azure/azure-sdk-for-python azure-keyvault-keys_4.5.0b4

4.5.0b4 (2021-10-07)

Features Added

  • Added KeyClient.get_cryptography_client, which provides a simple way to create a
    CryptographyClient for a key, given its name and optionally a version
    (#20621)
  • Added support for automated and on-demand key rotation in Azure Key Vault
    (#19840)
    • Added KeyClient.rotate_key to rotate a key on-demand
    • Added KeyClient.update_key_rotation_policy to update a key's automated rotation policy

Other Changes

  • CryptographyClient no longer requires a key version when providing a key ID to its constructor
    (though providing a version is still recommended)

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.