-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Ready for review] Graph & Key Vault MGMT #1008
Conversation
Hi @jianghaolu, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
571391e
to
d36d5a2
Compare
28a3b1e
to
93be0f4
Compare
@martinsawicki |
hmm, that view doesn't let me add comments.. |
In general, from my quick look, the following 3 key things caught my eye:
|
@@ -25,12 +25,12 @@ | |||
Updatable<Vault.Update>, | |||
Wrapper<VaultInner> { | |||
/** | |||
* @return The URI of the vault for performing operations on keys and secrets. | |||
* @return the URI of the vault for performing operations on keys and secrets. |
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.
also, no period at the end for @return :-)
Thanks! Good catches. I'll fix them. Two things to notice:
|
[Automatic PR] SDK changes from pull request Azure#1008
No description provided.