azure-keyvault-keys_4.12.0b3
Pre-release
Pre-release
4.12.0b3 (2026-07-08)
Features Added
- Added
secure_wrap_keyandsecure_unwrap_keymethods for wrap/unwrap operations on keys #47591. - Added the
KeySecureWrapAlgorithmenum, listing the algorithms supported by the secure wrap/unwrap operations. - Added the
SecureWrapResultandSecureUnwrapResultmodel classes wrapping the results ofsecure_wrap_keyandsecure_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.