-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Move storage to sdk/storage #4655
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
|
changes to |
|
@mitchdenny please don't merge this without coordinating with @alzimmermsft @rickle-msft @jaschrep-msft as there are a few PRs still in flight this week for Preview 2 |
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 fine. Once this is done I'd be keen to get the eng/jacoco-test-coverage/pom.xml and eng/spotbugs-aggregate-report/pom.xml files updated to ensure that they are covering all of the storage code with spotbugs checks, test coverage checks, etc (something for @alzimmermsft probably). Also just make sure there are no opt-outs for any linting tool in the storage pom files.
joshfree
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.
Could you also include an edit to the .github/CODEOWNERS file with this storage => sdk/storage PR?
Done! @alzimmermsft I discussed this restructuring work with you late last week - are you still good for me to land this change? |
|
Just rebased after some changes that came in. |
|
/azp run java - storage - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Rebasing off master again due to conflicting changes. If this builds I'll merge it in. |

This PR moves
storagetosdk/storage. This is the final client/data-plane library we are moving before moving onto the management plane libraries.