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

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

4.5.0b6 (2022-02-08)

Features Added

  • Added immutable keyword-only argument and property to KeyReleasePolicy to support immutable
    release policies. Once a release policy is marked as immutable, it can no longer be modified.

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.

  • Renamed the required argument data in KeyReleasePolicy's constructor to
    encoded_policy

Other Changes

  • Python 2.7 is no longer supported. Please use Python version 3.6 or later.
  • Updated minimum azure-core version to 1.20.0
  • Updated type hints for KeyProperties model's managed, exportable, and release_policy
    properties (#22368)
  • (From 4.5.0b5) To support multi-tenant authentication, get_token calls during challenge
    authentication requests now pass in a tenant_id keyword argument
    (#20698)

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

NewReleases is sending notifications on new releases.