github Azure/azure-sdk-for-java azure-security-keyvault-administration_4.0.0-beta.2

latest releases: azure-compute-batch_1.0.0-beta.1, azure-sdk-template-three_1.0.0-beta.3796273, azure-sdk-template-two_1.0.0-beta.3796273...
pre-release3 years ago

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

New Features

  • Added the new public APIs getBackupOperation and getRestoreOperation for querying the status of long-running operations in KeyVaultBackupClient and KeyVaultBackupAsyncClient.
  • Added API overloads that allow for passing specific polling intervals for long-running operations:
    • KeyVaultBackupAsyncClient
      • beginBackup(String, String, Duration)
      • beginRestore(String, String, String, Duration)
      • beginSelectiveRestore(String, String, String, String, Duration)
    • KeyVaultBackupClient
      • beginBackup(String, String, Duration)
      • beginRestore(String, String, String, Duration)
      • beginSelectiveRestore(String, String, String, 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

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.