Skip to content

azure-keyvault-keys_4.5.0b5

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Nov 22:14
a44dd20

4.5.0b5 (2021-11-11)

Features Added

  • Added support for multi-tenant authentication when using azure-identity 1.7.1 or newer
    (#20698)

Breaking Changes

These changes do not impact the API of stable versions such as 4.4.0.
Only code written against a beta version such as 4.5.0b1 may be affected.

  • KeyClient.get_random_bytes now returns bytes instead of RandomBytes. The RandomBytes class
    has been removed
  • Renamed the version keyword-only argument in KeyClient.get_cryptography_client to
    key_version
  • Renamed KeyReleasePolicy.data to KeyReleasePolicy.encoded_policy
  • Renamed the target parameter in KeyClient.release_key to target_attestation_token

Other Changes

  • Updated minimum azure-core version to 1.15.0