- Updated to work with the 1.0.0 release versions of Azure.Core and Azure.Identity.
CertificateBase
has been renamed toCertificateProperties
.Certificate
no longer extendsCertificateProperties
, but instead contains aCertificateProperties
property namedProperties
.IssuerBase
has been renamed toIssuerProperties
.Issuer
no longer extendsIssuerProperties
, but instead contains aIssuerProperties
property namedProperties
.CertificatePolicy
has been flattened to include all properties fromKeyOptions
and derivative classes.KeyOptions
and derivative classes have been removed.CertificateKeyType
members have been aligned withAzure.Security.KeyVault.Keys.KeyType
members.CertificateImport
has been renamed toCertificateImportOptions
.