4.3.0 (2023-03-18)
Features Added
- Added support for service version
7.4
. - Added
KeyVaultSettingsClient
andKeyVaultSettingsAsyncClient
to get and update Managed HSM settings.
Breaking Changes
These changes do not impact the API of stable versions such as
4.2.4
. Only code written against a beta version such as4.3.0-beta.1
may be affected.
- Removed support for service version
7.4-preview.1
. - Removed
KeyVaultSetting.asString()
, as well as theKeyVaultSetting(String, String, KeyVaultSettingType)
constructor.
Other Changes
- Upgraded
azure-core-http-netty
from1.13.0
to version1.13.1
. - Upgraded
azure-core
from1.36.0
to version1.37.0
.