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 inKeyClient.get_cryptography_client
to
key_version
- Renamed
KeyReleasePolicy.data
toKeyReleasePolicy.encoded_policy
- Renamed the
target
parameter inKeyClient.release_key
totarget_attestation_token
Other Changes
- Updated minimum
azure-core
version to 1.15.0