forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for Secure Key Release (Azure#23276)
* Added a new releaseKey() method to KeyClient and KeyAsyncClient. Added required models for this new operations; modified other related models as well. Updated CHANGELOG. * Fixed CheckStyle issues. * Fixed JavaDoc issue. * Applied PR feedback. * Corrected wrong naming on an internal `RandomBytes` class. Made data a required constructor parameter on `KeyReleasePolicy`. * Fixed a few issues: - Added an empty constructor to fix a serialization issue in KeyReleasePolicy. - Changed `vaultBaseUrl` to `url` in `KeyService.release()`. - Added ``.setReleasePolicy()` to `CreateEcKetOptions` and `CreateOctKetOptions`. * Added tests and recordings. * Updated ARM template. * Fixed CheckStyle issues and renamed test recordings to unblock CI pipelines from failing. * Applied PR feedback.
- Loading branch information
Showing
24 changed files
with
1,250 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.