Skip to content

Commit d1ccc62

Browse files
[Storage][DataMovement Cleanup DataMovement csproj files (Azure#47700)
1 parent a1a42a9 commit d1ccc62

File tree

6 files changed

+16
-50
lines changed

6 files changed

+16
-50
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/BreakingChanges.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,25 @@
66
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Blobs client library</AssemblyTitle>
77
<Version>12.0.0-beta.7</Version>
88
<DefineConstants>BlobDataMovementSDK;$(DefineConstants)</DefineConstants>
9-
<PackageTags>Microsoft Azure Storage DataMovement, DataMovement, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
9+
<PackageTags>Microsoft Azure Storage DataMovement Blobs AzureStorage BlobStorage azureofficial</PackageTags>
1010
<Description>
11-
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
12-
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/CHANGELOG.md
13-
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/BreakingChanges.txt
14-
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
15-
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
11+
This client library enables high-performance, multi-threaded uploading, downloading and copying Azure Storage blobs and containers.
12+
The package depends on the Azure.Storage.DataMovement package and can be used in conjuction with other Data Movement sub-packages, such as Azure.Storage.DataMovement.Files.Shares to transfer data between services.
13+
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md
1614
</Description>
1715
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1816
<RootNamespace>Azure.Storage.DataMovement.Blobs</RootNamespace>
1917
<PackageId />
2018
</PropertyGroup>
2119
<ItemGroup>
20+
<PackageReference Include="Azure.Core" />
2221
<PackageReference Include="Azure.Storage.Blobs" />
2322
<!-- <ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Blobs\src\Azure.Storage.Blobs.csproj" /> -->
24-
<PackageReference Include="System.Threading.Channels" />
25-
</ItemGroup>
26-
<ItemGroup>
2723
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement\src\Azure.Storage.DataMovement.csproj" />
24+
<PackageReference Include="System.Threading.Channels" />
2825
</ItemGroup>
2926
<ItemGroup>
3027
<Compile Include="$(AzureCoreSharedSources)CancellationHelper.cs" LinkBase="SharedCore" />
31-
</ItemGroup>
32-
<ItemGroup>
33-
<PackageReference Include="Azure.Core" />
34-
</ItemGroup>
35-
<ItemGroup>
3628
<Compile Include="$(AzureCoreSharedSources)HashCodeBuilder.cs" LinkBase="Shared\Core" />
3729
</ItemGroup>
3830
<ItemGroup>

sdk/storage/Azure.Storage.DataMovement.Files.Shares/BreakingChanges.txt

Whitespace-only changes.

sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,25 @@
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Files.Shares client library</AssemblyTitle>
88
<Version>12.0.0-beta.4</Version>
99
<DefineConstants>ShareDataMovementSDK;$(DefineConstants)</DefineConstants>
10-
<PackageTags>Microsoft Azure Storage DataMovement, DataMovement, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
10+
<PackageTags>Microsoft Azure Storage DataMovement Files AzureStorage AzureFiles azureofficial</PackageTags>
1111
<Description>
12-
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
13-
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/CHANGELOG.md
14-
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blob.DataMovement/BreakingChanges.txt
15-
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
16-
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
12+
This client library enables high-performance, multi-threaded uploading, downloading and copying Azure File Share files and directories.
13+
The package depends on the Azure.Storage.DataMovement package and can be used in conjuction with other Data Movement sub-packages, such as Azure.Storage.DataMovement.Blobs to transfer data between services.
14+
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md
1715
</Description>
1816
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1917
<RootNamespace>Azure.Storage.DataMovement.Files.Shares</RootNamespace>
2018
<PackageId />
2119
</PropertyGroup>
2220
<ItemGroup>
21+
<PackageReference Include="Azure.Core" />
2322
<PackageReference Include="Azure.Storage.Files.Shares" />
2423
<!--<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />-->
25-
<PackageReference Include="System.Threading.Channels" />
26-
</ItemGroup>
27-
<ItemGroup>
2824
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.DataMovement\src\Azure.Storage.DataMovement.csproj" />
25+
<PackageReference Include="System.Threading.Channels" />
2926
</ItemGroup>
3027
<ItemGroup>
3128
<Compile Include="$(AzureCoreSharedSources)CancellationHelper.cs" LinkBase="SharedCore" />
32-
</ItemGroup>
33-
<ItemGroup>
3429
<Compile Include="$(AzureCoreSharedSources)HashCodeBuilder.cs" LinkBase="Shared\Core" />
3530
</ItemGroup>
3631
<ItemGroup>
@@ -52,9 +47,4 @@
5247
<ItemGroup>
5348
<Compile Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Shared\ShareModelExtensions.cs" />
5449
</ItemGroup>
55-
<ItemGroup>
56-
<PackageReference Include="Azure.Core" />
57-
</ItemGroup>
58-
<ItemGroup>
59-
</ItemGroup>
6050
</Project>

sdk/storage/Azure.Storage.DataMovement/BreakingChanges.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
<AssemblyTitle>Microsoft Azure.Storage.DataMovement client library</AssemblyTitle>
77
<Version>12.0.0-beta.7</Version>
88
<DefineConstants>DataMovementSDK;$(DefineConstants)</DefineConstants>
9-
<PackageTags>Microsoft Azure Storage Common DataMovement, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
9+
<PackageTags>Microsoft Azure Storage DataMovement AzureStorage azureofficial</PackageTags>
1010
<Description>
11-
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
12-
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md
13-
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.DataMovement/BreakingChanges.txt
14-
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
15-
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
11+
This client library is the base package for the Azure Storage Data Movement library. The Azure Storage Data Movement library is designed for high-performance, multi-threaded uploading, downloading and copying Azure Storage blobs and files.
12+
This library is inteneded to be used with one or more of the Data Movement sub-packages, such as Azure.Storage.DataMovement.Blobs or Azure.Storage.DataMovement.Files.Shares.
13+
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md
1614
</Description>
1715
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
1816
<RootNamespace>Azure.Storage.DataMovement</RootNamespace>

0 commit comments

Comments
 (0)