Skip to content

azure-keyvault-keys_4.5.0b6

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 08 Feb 19:48
f5e343d

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)