github Azure/azure-sdk-for-python azure-keyvault-keys_4.5.0b2

latest releases: azure-ai-generative_1.0.0b10, azure-communication-sms_1.1.0, azure-eventhub_5.12.2...
pre-release3 years ago

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)

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.