Skip to content

@azure/keyvault-certificates_4.0.0-preview.9

Pre-release
Pre-release
Compare
Choose a tag to compare

4.0.0-preview.9 (2019-11-04)

  • Updated dependencies to use the latest version of the @azure/core-* libraries.
  • Renamed Certificate to KeyVaultCertificate.
  • Ensured that all the optional parameters have this format {PascalCaseMethodName}Options.
  • Date properties now end in On.
  • Anything .*CertificateContacts.* was changed to be .*Contacts.* except for the main class CertificateContacts.
  • Anything .*CertificateIssuers.* was changed to be .*Issuers.* except for the main class CertificateIssuers.
  • restoreCertificate is now restoreCertificateBackup.
  • AdministratorDetails is now AdministratorContact.
  • getCertificateWithPolicy was renamed getCertificate and getCertificate was renamed getCertificateVersion.