4.2.0-beta.4 (2021-02-10)
Added
- Added default constructor to
CertificatePolicy
to use when importing a PEM-encoded certificate (#16217). - Added constructor to
KeyVaultCertificateIdentifier
to parse aUri
.
Changed
- The default service version is now "7.2" (still in preview).
Removed
- Removed
KeyVaultCertificateIdentifier.Parse
andKeyVaultCertificateIdentifier.TryParse
in favor of the added constructor.