azure-keyvault-keys_4.5.0b6
Pre-release
Pre-release
4.5.0b6 (2022-02-08)
Features Added
- Added
immutablekeyword-only argument and property toKeyReleasePolicyto 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
datainKeyReleasePolicy'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-coreversion to 1.20.0 - Updated type hints for
KeyPropertiesmodel'smanaged,exportable, andrelease_policy
properties (#22368) - (From 4.5.0b5) To support multi-tenant authentication,
get_tokencalls during challenge
authentication requests now pass in atenant_idkeyword argument
(#20698)