-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyvault] Add warnings for usage of RSA-OAEP and RSA1_5 (#32818)
### Packages impacted by this PR @azure/keyvault-keys ### Issues associated with this PR Resolves #32636 Resolves #32751 ### Describe the problem that is addressed by this PR This PR accomplishes two goals: 1. Use generated enum names instead of overwriting them with our hand-authored ones in keyvault-keys 2. Adds a warning about using RSA1_5 and RSA-OAEP by proxy of (1) - exposing the generated enum names directly Note: APIView diff requires a fix to the parser (see Azure/azure-sdk-tools#9768)
- Loading branch information
Showing
8 changed files
with
80 additions
and
161 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.