Skip to content

Commit 651bd65

Browse files
authored
[Storage][Webjobs] Rename packages. (Azure#16179)
* garbage. * rename webjobs packages.
1 parent 8f37159 commit 651bd65

File tree

264 files changed

+38
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+38
-41
lines changed

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/tests/Azure.WebJobs.Extensions.Storage.Blobs.Tests.csproj

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

sdk/storage/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Import our Directory.Build.props and /eng infrastructure
44
-->
55
<PropertyGroup Condition="$(MSBuildProjectName.Contains('Azure.WebJobs'))">
6+
<IsClientLibrary>true</IsClientLibrary>
67
<IsWebjobsProject>true</IsWebjobsProject>
78
<SupportsNetStandard20>true</SupportsNetStandard20>
89
</PropertyGroup>
@@ -78,8 +79,8 @@
7879
<!--Add shared storage properties-->
7980
<PropertyGroup>
8081
<AzureStorageSharedSources>$(MSBuildThisFileDirectory)\Azure.Storage.Common\src\Shared\</AzureStorageSharedSources>
81-
<AzureStorageWebjobsExtensionSharedSources>$(MSBuildThisFileDirectory)\Azure.Storage.Webjobs.Extensions.Common\src\Shared\</AzureStorageWebjobsExtensionSharedSources>
82-
<AzureStorageWebjobsExtensionSharedTestSources>$(MSBuildThisFileDirectory)\Azure.Storage.Webjobs.Extensions.Common\tests\Shared\</AzureStorageWebjobsExtensionSharedTestSources>
82+
<AzureStorageWebjobsExtensionSharedSources>$(MSBuildThisFileDirectory)\Microsoft.Azure.WebJobs.Extensions.Storage.Common\src\Shared\</AzureStorageWebjobsExtensionSharedSources>
83+
<AzureStorageWebjobsExtensionSharedTestSources>$(MSBuildThisFileDirectory)\Microsoft.Azure.WebJobs.Extensions.Storage.Common\tests\Shared\</AzureStorageWebjobsExtensionSharedTestSources>
8384
<MicrosoftAzureWebJobsExtensionsClientsSources>$(MSBuildThisFileDirectory)..\extensions\Microsoft.Azure.WebJobs.Extensions.Clients\src\Shared\</MicrosoftAzureWebJobsExtensionsClientsSources>
8485
</PropertyGroup>
8586
</Project>

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/CHANGELOG.md renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/README.md renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/README.md

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/api/Azure.WebJobs.Extensions.Storage.Blobs.netstandard2.0.cs renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/api/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.netstandard2.0.cs

File renamed without changes.

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/samples/BlobExtensionSamples.cs renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/samples/BlobExtensionSamples.cs

File renamed without changes.

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/samples/Azure.WebJobs.Extensions.Storage.Blobs.Samples.Tests.csproj renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/samples/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.Samples.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ItemGroup>
99

1010
<ItemGroup>
11-
<ProjectReference Include="..\..\Azure.Storage.Webjobs.Extensions.Common\tests\Azure.WebJobs.Extensions.Storage.Common.Tests.csproj" />
12-
<ProjectReference Include="..\src\Azure.WebJobs.Extensions.Storage.Blobs.csproj" />
11+
<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Common\tests\Microsoft.Azure.WebJobs.Extensions.Storage.Common.Tests.csproj" />
12+
<ProjectReference Include="..\src\Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.csproj" />
1313
</ItemGroup>
1414
</Project>

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/src/AzureStorageBlobsWebJobsStartup.cs renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/AzureStorageBlobsWebJobsStartup.cs

File renamed without changes.

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/src/Bindings/BlobCommittedAction.cs renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/Bindings/BlobCommittedAction.cs

File renamed without changes.

sdk/storage/Azure.Storage.Webjobs.Extensions.Blobs/src/Bindings/IBlobCommitedAction.cs renamed to sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/Bindings/IBlobCommitedAction.cs

File renamed without changes.

0 commit comments

Comments
 (0)