Skip to content

Commit

Permalink
Move storage to sdk/storage (#4655)
Browse files Browse the repository at this point in the history
Moved ```storage``` to ```sdk/storage```
  • Loading branch information
mitchdenny authored Jul 31, 2019
1 parent f3d218a commit 60bec6e
Show file tree
Hide file tree
Showing 959 changed files with 17 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/sdk/servicebus/ @yvgopal @nemakam
/sdk/tracing/ @samvaity @alzimmermsft

# TODO: Once storage libraries are migrated to /sdk folder, fix this line
/storage/ @rickle-msft @jaschrep-msft @alzimmermsft @sima-zhu
/sdk/storage/ @rickle-msft @jaschrep-msft @alzimmermsft @sima-zhu

# Management Plane
/**/resource-manager/ @yaohaizh
Expand Down
4 changes: 2 additions & 2 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ known_content_issues:
- ['sdk/keyvault/README.md', '#3113']
- ['sdk/loganalytics/microsoft-azure-loganalytics/README.md', '#3113']
- ['sdk/servicebus/README.md', '#3113']
- ['storage/data-plane/README.md', '#3113']
- ['storage/data-plane/swagger/README.md', '#3113']
- ['sdk/storage/microsoft-azure-storage-blob/README.md', '#3113']
- ['sdk/storage/microsoft-azure-storage-blob/swagger/README.md', '#3113']
- ['sdk/core/README.md', '#3113']
- ['cosmosdb/data-plane/README.md', '#3113']
- ['cosmosdb/data-plane/benchmark/README.md', '#3113']
Expand Down
6 changes: 3 additions & 3 deletions pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@
<!-- As recommended by Eng Sys team, removing tracing as it is built and released separately -->
<!-- <module>./sdk/tracing</module>-->
<module>./sdk/identity/azure-identity</module>
<module>./storage/client/blob</module>
<module>./storage/client/file</module>
<module>./storage/client/queue</module>
<module>./sdk/storage/azure-storage-blob</module>
<module>./sdk/storage/azure-storage-file</module>
<module>./sdk/storage/azure-storage-queue</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion pom.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,6 @@
<module>./sdk/eventhubs/pom.data.xml</module>
<module>./sdk/keyvault/pom.data.xml</module>
<module>./sdk/servicebus</module>
<module>./storage/data-plane</module>
<module>./sdk/storage/microsoft-azure-storage-blob</module>
</modules>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 60bec6e

Please sign in to comment.