-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Move keyvault #4340
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
Move keyvault #4340
Conversation
|
/azp run java - keyvault - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
JonathanGiles
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.
Looks good. The /sdk/keyvault readme.md file is no longer accurate and needs updating to reflect track one and track two.
|
README of keys and secrets will need updates of samples location URL. |
|
/azp run azure-sdk-for-java - client |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@g2vinay done. |
|
My PR may finish before yours: #4344 |
This PR moves the KeyVault track 2 libraries to the sdk folder. These new modules sit alongside the track 1 libraries and so the pom.xml from track 2 has been renamed to pom.client.xml to disambiguate. Our optimizes PR pipelines build both track 1 and track 2 libraries currently but eventually we'll remove the track 1 libraries from the build once we decide we aren't maintaining them.
I also added reference to the core library to our pom.service.xml aggregator to overcome the fact that the updated version of core isn't published to maven central yet.