-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Implementation for GetKeys, GetVersions, GetDeletedKeys #6479
Conversation
Update: PR has been updated to include latest changes in the Keys API. |
sdk/keyvault/Azure.Security.KeyVault.Keys/src/KeyClient_private.cs
Outdated
Show resolved
Hide resolved
All feedback has been addressed |
CI failure not related to my changes. I'm already talking to Eng Services about it. |
Hey folks - looking into this now. |
So the first part of the mystery around why each pipeline is running:
I'm going to take a closer look at some of the failures and re-run a few pipelines just in case there is some layered problems here. |
/azp run net - client - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
return request; | ||
} | ||
|
||
private Uri CreateFirstPageUri(string path) |
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.
This doesn't really help, to be efficient AppendQuery
needs to be called on request.UriBuilder
but it might require way too much refactoring for this PR.
It depends on PR #6457 so while that one gets merged, marking this one as draft.
Actual changes for this PR are in commit e6db481
Update: PR has been updated to include latest changes in the Keys API.
It is ready to review