4.6.0 (2025-06-16)
Features Added
- Added support for service API version
7.6
- (From 4.6.0b1) Added
KeyVaultBackupClient.begin_pre_backup
andKeyVaultBackupClient.begin_pre_restore
methods for
checking if it is possible to perform a full key backup or full key restore
#37507
Other Changes
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.
- Key Vault API version
7.6
is now the default - (From 4.6.0b1) Updated minimum
typing-extensions
version to 4.6.0
Breaking Changes
These changes do not impact the API of stable versions such as 4.5.0. Only code written against a beta version such as 4.6.0b1 may be affected.
- Changed the return types of
KeyVaultBackupClient.begin_pre_backup
andKeyVaultBackupClient.begin_pre_restore
to be
pollers returningNone