4.7.0 (2023-03-16)
Features Added
- Added support for service API version
7.4
- Clients each have a
send_request
method that can be used to send custom requests using the
client's existing pipeline (#25172)
Bugs Fixed
- The type hints for
KeyVaultCertificate.cer
andDeletedCertificate.cer
are now
Optional[bytearray]
instead ofOptional[bytes]
(#28959)
Other Changes
- Python 3.6 is no longer supported. Please use Python version 3.7 or later.
- Key Vault API version
7.4
is now the default - Updated minimum
azure-core
version to 1.24.0 - Dropped
msrest
requirement - Added requirement for
isodate>=0.6.1
(isodate
was required bymsrest
) - Added requirement for
typing-extensions>=4.0.1