Skip to content

azure-keyvault-secrets_4.4.0

Choose a tag to compare

@azure-sdk azure-sdk released this 28 Mar 18:53
a4aa521

4.4.0 (2022-03-28)

Features Added

  • Key Vault API version 7.3 is now the default
  • Added support for multi-tenant authentication when using azure-identity
    1.8.0 or newer (#20698)
  • (From 4.4.0b3) Added managed property to SecretProperties

Other Changes

  • (From 4.4.0b3) Python 2.7 is no longer supported. Please use Python version 3.6 or later.
  • Updated minimum azure-core version to 1.20.0
  • (From 4.4.0b2) To support multi-tenant authentication, get_token calls during challenge
    authentication requests now pass in a tenant_id keyword argument
    (#20698). See
    https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
    this parameter if get_token is implemented by a custom credential.