4.0.0-beta.2 (2020-10-09)
New Features
- Added the new public APIs
getBackupOperation
andgetRestoreOperation
for querying the status of long-running operations inKeyVaultBackupClient
andKeyVaultBackupAsyncClient
. - 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 to1.9.0
- Upgraded
azure-core-http-netty
dependency to1.6.2
- Upgraded
azure-core-http-okhttp
dependency to1.3.2
- Upgraded
azure-core-test
dependency to1.5.0
- Upgraded
azure-identity
dependency to1.1.3