4.3.0-beta.2 (2020-10-09)
New Features
- Added
KeyVaultKeyIdentifier
. Use itsparse
method to parse the different elements of a given key identifier. - Added API overloads that allow for passing specific polling intervals for long-running operations:
KeyAsyncClient
beginDeleteKey(String, Duration)
beginRecoverDeletedKey(String, Duration)
KeyClient
beginDeleteKey(String, Duration)
beginRecoverDeletedKey(String, Duration)
- Added support for
com.azure.core.util.ClientOptions
in client builders.
Bug Fixes
- Fixed an issue that prevented the
tags
andmanaged
members ofKeyProperties
from getting populated when retrieving a single key usingKeyClient
,KeyAsyncClient
,CryptographyClient
andCryptographyAsyncClient
.
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