azure-keyvault-keys_4.5.0b5
Pre-release
Pre-release
4.5.0b5 (2021-11-11)
Features Added
- Added support for multi-tenant authentication when using
azure-identity1.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_bytesnow returns bytes instead of RandomBytes. The RandomBytes class
has been removed- Renamed the
versionkeyword-only argument inKeyClient.get_cryptography_clientto
key_version - Renamed
KeyReleasePolicy.datatoKeyReleasePolicy.encoded_policy - Renamed the
targetparameter inKeyClient.release_keytotarget_attestation_token
Other Changes
- Updated minimum
azure-coreversion to 1.15.0