azure-keyvault-keys_4.5.0b2
Pre-release
Pre-release
4.5.0b2 (2021-08-10)
Features Added
- Added support for secure key release from a Managed HSM
(#19588)- Added
release_key
method toKeyClient
for releasing the private component of a key - Added
exportable
andrelease_policy
keyword-only arguments to key creation and import
methods - Added
KeyExportEncryptionAlgorithm
enum for specifying an encryption algorithm to be used
in key release
- Added
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 aRandomBytes
model with bytes in avalue
property, rather than returning the bytes directly
(#19895)