Skip to content

azure-security-keyvault-certificates_4.2.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Oct 20:35
86f5367

4.2.0-beta.2 (2020-10-09)

New Features

  • Added KeyVaultCertificateIdentifier. Use its parse method to parse the different elements of a given certificate identifier.
  • Added API overloads that allow for passing specific polling intervals for long-running operations:
    • CertificateAsyncClient
      • beginCreateCertificate(String, CertificatePolicy, Boolean, Map<String, String>, Duration)
      • getCertificateOperation(String, Duration)
      • beginDeleteCertificate(String, Duration)
      • beginRecoverDeletedCertificate(String, Duration)
    • CertificateClient
      • beginCreateCertificate(String, CertificatePolicy, Boolean, Map<String, String>, Duration)
      • getCertificateOperation(String, Duration)
      • beginDeleteCertificate(String, Duration)
      • beginRecoverDeletedCertificate(String, Duration)
  • Added support for com.azure.core.util.ClientOptions in client builders.

Dependency Updates

  • Upgraded azure-core dependency to 1.9.0
  • Upgraded azure-core-http-netty dependency to 1.6.2
  • Upgraded azure-core-http-okhttp dependency to 1.3.2
  • Upgraded azure-core-test dependency to 1.5.0
  • Upgraded azure-identity dependency to 1.1.3