Skip to content

Azure.Security.KeyVault.Administration_4.4.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 15 Feb 01:14
2ba5db3

4.4.0 (2024-02-14)

Changes from both the last release and the last beta include:

Features Added

  • The sasToken parameter is now optional in KeyVaultBackupClient.StartBackup and StartBackupAsync. Managed Identity will be used instead if sasToken is null.
  • The sasToken parameter is now optional in KeyVaultBackupClient.StartRestore and StartRestoreAsync. Managed Identity will be used instead if sasToken is null.
  • The sasToken parameter is now optional in KeyVaultBackupClient.StartSelectiveKeyRestore and StartSelectiveKeyRestoreAsync. Managed Identity will be used instead if sasToken is null.

Breaking Changes

  • KeyVaultBackupOperation, KeyVaultRestoreOperation, and KeyVaultSelectiveKeyRestoreOperation now throw a RequestFailedException with a different error message - but a raw Response with more details - when the service returns an error response. (#41855)

Bugs Fixed

  • When a Key Vault is moved to another tenant, the client is reauthenticated.

Other Changes

  • The default service version is now "7.5".
  • Distributed tracing with ActivitySource is stable and no longer requires the Experimental feature-flag.