Skip to content

azure-keyvault-keys_4.12.0b3

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 08 Jul 14:18
cd71406

4.12.0b3 (2026-07-08)

Features Added

  • Added secure_wrap_key and secure_unwrap_key methods for wrap/unwrap operations on keys #47591.
  • Added the KeySecureWrapAlgorithm enum, listing the algorithms supported by the secure wrap/unwrap operations.
  • Added the SecureWrapResult and SecureUnwrapResult model classes wrapping the results of secure_wrap_key and secure_unwrap_key, respectively.

Bugs Fixed

  • Fixed a replay bug in challenge authentication policy. The original request is now stored at the request level instead of the client level #47742.