Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove keySize override from createRsaKeyOptions #13684

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

maorleger
Copy link
Member

@maorleger maorleger commented Feb 9, 2021

We define keySize in createRsaKeyOptions but we don't have to since it's already
defined in createKeyOptions which this inherits from. Having it defined in two places
adds confusion (see #13522 (comment) as an example).

This commit just removes the redefined parameter and updates the base parameter's
doc comment to be clearer.

Fixes #13589

@ghost ghost added the KeyVault label Feb 9, 2021
@maorleger
Copy link
Member Author

/check-enforcer evaluate

Copy link
Contributor

@sadasant sadasant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh!!! Thanks!

@maorleger maorleger merged commit 41104c5 into Azure:master Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KeyVault] - Tech debt cleanup
2 participants