4.4.0-beta.2 (2021-10-05)
Features Added
- Added support for
KeyClient.getCryptographyClient(keyName, options)
which provides a simple way to create aCryptographyClient
for a given key (identified by its name).- An optional
keyVersion
property may be used in theoptions
parameter to create a cryptography client targeting a specific key version. The latest version is used by default.
- An optional
- Added support for automated key rotation in Azure Key Vault.
- Added
KeyClient.rotateKey
to rotate a key on-demand. - Added
KeyClient.updateKeyRotationPolicy
to update a key's automated rotation policy.
- Added
- Added
JsonWebKey.key_ops
property toJsonWebKey
in addition to the existingJsonWebKey.keyOps
property in order to comply with the JSON Web Key spec.