4.8.0-beta.1 (2025-04-08)
Features Added
- New
preserveCertificateOrder
option when creating and importing certificates. It can be set as an optional paremeter inStartCreateCertificate
, as an option inImportCertificateOptions
, and it can be retrieved from certificates of typeKeyVaultCertificateWithPolicy
Bugs Fixed
- Corrected a typo in the documentation for
CertificatePolicy.KeySize
, changing the RSA key length from "4092" to "4096". - Removed an extra
/
when building the request Uri forCertificateClient.ImportCertificate
andCertificateClient.ImportCertificateAsync
.
Other Changes
- The default service version is now "7.6-preview.2".