4.10.0 (2025-06-16)
Features Added
- Added support for service API version
7.6
- Added a
preserve_order
keyword-only argument when creating or importing certificates to
allow preserving a certificate chain's original order, and a correspondingpreserve_order
property to
CertificateProperties
andCertificateOperation
models
(#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.10.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.9.0. Only code written against a beta version such as 4.10.0b1 may be affected.
- Renamed the
preserve_certificate_order
keyword-only argument and property topreserve_order