Skip to content

azure-keyvault-keys_4.5.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Aug 18:18
fd8d933

4.5.0b2 (2021-08-10)

Features Added

  • Added support for secure key release from a Managed HSM
    (#19588)
    • Added release_key method to KeyClient for releasing the private component of a key
    • Added exportable and release_policy keyword-only arguments to key creation and import
      methods
    • Added KeyExportEncryptionAlgorithm enum for specifying an encryption algorithm to be used
      in key release

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 a RandomBytes model with bytes in a value
    property, rather than returning the bytes directly
    (#19895)