github Azure/azure-sdk-for-js @azure/keyvault-keys_4.4.0-beta.2

latest releases: @azure-rest/core-client_2.3.0, @azure/core-xml_1.4.4, @azure/core-tracing_1.2.0...
pre-release3 years ago

4.4.0-beta.2 (2021-10-05)

Features Added

  • Added support for KeyClient.getCryptographyClient(keyName, options) which provides a simple way to create a CryptographyClient for a given key (identified by its name).
    • An optional keyVersion property may be used in the options parameter to create a cryptography client targeting a specific key version. The latest version is used by default.
  • 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 JsonWebKey.key_ops property to JsonWebKey in addition to the existing JsonWebKey.keyOps property in order to comply with the JSON Web Key spec.

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

NewReleases is sending notifications on new releases.