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 atenant_id
keyword argument
(#20698). See
https://aka.ms/azsdk/python/identity/tokencredential for more details on how to integrate
this parameter ifget_token
is implemented by a custom credential.