github Azure/azure-sdk-for-net Azure.Security.KeyVault.Administration_4.4.0

latest releases: Azure.ResourceManager.ComputeSchedule_1.0.0-beta.1, Azure.Communication.Email_1.1.0-beta.2, Azure.Identity_1.12.1...
7 months ago

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.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.