Skip to content

Commit f6adefc

Browse files
ncamillucciNicola Camillucci
andauthored
[Key Vault] Added SecureWrap and SecureUnwrap support (#47591)
* Added secure wrap/unwrap operations * Added samples and tests * Recorded tests * PyLint, CSpell, AzPySdk --------- Co-authored-by: Nicola Camillucci <ncamillucci@microsoft.com>
1 parent 03a6fd5 commit f6adefc

19 files changed

Lines changed: 1817 additions & 12 deletions

sdk/keyvault/azure-keyvault-keys/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Features Added
66

7+
- Added `secure_wrap_key` and `secure_unwrap_key` methods for wrap/unwrap operations on keys [#47591](https://github.com/Azure/azure-sdk-for-python/pull/47591).
8+
- Added the `KeySecureWrapAlgorithm` enum, listing the algorithms supported by the secure wrap/unwrap operations.
9+
- Added the `SecureWrapResult` and `SecureUnwrapResult` model classes wrapping the results of `secure_wrap_key` and `secure_unwrap_key`, respectively.
10+
711
### Breaking Changes
812

913
### Bugs Fixed

0 commit comments

Comments
 (0)