-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Created classes for parsing certificates, keys and secrets identifiers. #15851
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
Conversation
|
Should we write tests for these parsers? |
@sadasant I saw some tests for these in .NET so I assumed so. |
|
@vcolin7 thank you! I'll ask you some last questions over team before I approve. Ping me if I don't ping you first. |
|
@vcolin7 thank you for reaching out to me! I believe the conversation helped us a lot. |
…dkeys" and "deletedsecrets").
sadasant
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Addresses #8292.
I'm not sure if the Identifier classes should belong to the
modelpackage, but they're there for now. Had to duplicate some code because we don't have a shared package for Key Vault in Java.Will add unit tests soon.Done.