Skip to content

azure-security-keyvault-secrets_4.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 18 Jun 23:37
b2931f9

4.3.0 (2021-06-17)

Features Added

  • Changed default service version to 7.2.
  • Added KeyVaultSecretIdentifier to parse secret URLs.

Changes since 4.3.0-beta.6

Bug Fixes

  • Ensured that RetryPolicy and HttpLogOptions use a default implementation when creating Key Vault clients if not set or set to null.

Breaking Changes

  • Removed service method overloads that take a pollingInterval, since PollerFlux and SyncPoller objects allow for setting this value directly on them.

Non-Breaking Changes

  • Renamed secretId to sourceId in KeyVaultSecretIdentifier.
  • KeyVaultSecretIdentifier can now be used to parse any Key Vault identifier.
  • Added the @ServiceMethod annotation to all public methods that call the Key Vault service in SecretClient and SecretAsyncClient.