Skip to content

Commit cce2986

Browse files
VeryEarlyJoyerJin
andauthored
Fix naming convention StorageSync SDK (#25675) (#25751)
Co-authored-by: JoyerJin <[email protected]>
1 parent 0848d25 commit cce2986

File tree

203 files changed

+28
-28
lines changed

Some content is hidden

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

203 files changed

+28
-28
lines changed

src/StorageSync/StorageSync.Sdk/StorageSync.Sdk.csproj renamed to src/StorageSync/StorageSync.Management.Sdk/StorageSync.Management.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<TargetFramework>netstandard2.0</TargetFramework>
11-
<AssemblyName>Microsoft.Azure.PowerShell.StorageSync.Sdk</AssemblyName>
11+
<AssemblyName>Microsoft.Azure.PowerShell.StorageSync.Management.Sdk</AssemblyName>
1212
<RootNamespace>Microsoft.Azure.Management.StorageSync</RootNamespace>
1313
<NoWarn>$(NoWarn);CS0108;CS1573;CS0114</NoWarn>
1414
</PropertyGroup>

src/StorageSync/StorageSync.Test/StorageSync.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<ProjectReference Include="..\..\Storage\Storage\Storage.csproj" />
19-
<ProjectReference Include="..\StorageSync.Sdk\StorageSync.Sdk.csproj" />
19+
<ProjectReference Include="..\StorageSync.Management.Sdk\StorageSync.Management.Sdk.csproj" />
2020
<ProjectReference Include="..\StorageSync\StorageSync.csproj" />
2121
</ItemGroup>
2222

src/StorageSync/StorageSync.sln

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{F477F1A1-61E5-4D77-AECB-30989F8BEB78}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B9E9EFB9-7A2A-45DF-824D-6340FB5AA4C8}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B9E9EFB9-7A2A-45DF-824D-6340FB5AA4C8}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{A07A96FD-6F92-4A5A-936D-4661A638D17B}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{A07A96FD-6F92-4A5A-936D-4661A638D17B}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C052F86D-4135-41FB-B0D2-64B37C571F50}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C052F86D-4135-41FB-B0D2-64B37C571F50}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{F68AC065-F538-45BD-9CA4-0E5F10F9846E}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{F68AC065-F538-45BD-9CA4-0E5F10F9846E}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{5718925A-B920-417B-8F07-DF101A75CB08}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{5718925A-B920-417B-8F07-DF101A75CB08}"
1919
EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{BA28D092-BC0B-45F8-B061-BBC7010534F6}"
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DependentModules", "DependentModules", "{504553A7-A8C8-46AB-BCCA-F7EB933E2BF0}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management.Sdk", "..\Storage\Storage.Management.Sdk\Storage.Management.Sdk.csproj", "{9BA8758A-84C3-4207-9214-5B1327E20609}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Management.Sdk", "..\Storage\Storage.Management.Sdk\Storage.Management.Sdk.csproj", "{9BA8758A-84C3-4207-9214-5B1327E20609}"
2525
EndProject
26-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management", "..\Storage\Storage.Management\Storage.Management.csproj", "{C5422927-F6C0-4481-B111-7B9D078A0A28}"
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Management", "..\Storage\Storage.Management\Storage.Management.csproj", "{C5422927-F6C0-4481-B111-7B9D078A0A28}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage", "..\Storage\Storage\Storage.csproj", "{E96CA030-A854-4A25-ADDC-CC0D514B6B05}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage", "..\Storage\Storage\Storage.csproj", "{E96CA030-A854-4A25-ADDC-CC0D514B6B05}"
2929
EndProject
30-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Sdk", "StorageSync.Sdk\StorageSync.Sdk.csproj", "{A8110603-2362-48C1-ADAE-2835EB121B38}"
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync.Test", "StorageSync.Test\StorageSync.Test.csproj", "{10698BD6-8659-4CE7-9E9F-CD26697F5B55}"
3131
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Test", "StorageSync.Test\StorageSync.Test.csproj", "{10698BD6-8659-4CE7-9E9F-CD26697F5B55}"
32+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync", "StorageSync\StorageSync.csproj", "{BE8E4BC2-F16F-4B36-B05A-3F69B89BE4A7}"
3333
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync", "StorageSync\StorageSync.csproj", "{BE8E4BC2-F16F-4B36-B05A-3F69B89BE4A7}"
34+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{8300487A-A4B7-414C-8A90-872EB286D0B1}"
3535
EndProject
36-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{8300487A-A4B7-414C-8A90-872EB286D0B1}"
36+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync.Management.Sdk", "StorageSync.Management.Sdk\StorageSync.Management.Sdk.csproj", "{3D256234-F790-4163-8B45-B99A12022585}"
3737
EndProject
3838
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Storage", "..\..\generated\Storage\Storage.Autorest\Az.Storage.csproj", "{E04D7CD4-25FE-4065-8E89-1D9D4BE4F4AB}"
3939
EndProject
@@ -42,9 +42,6 @@ Global
4242
Debug|Any CPU = Debug|Any CPU
4343
Release|Any CPU = Release|Any CPU
4444
EndGlobalSection
45-
GlobalSection(SolutionProperties) = preSolution
46-
HideSolutionNode = FALSE
47-
EndGlobalSection
4845
GlobalSection(ProjectConfigurationPlatforms) = postSolution
4946
{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5047
{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -82,10 +79,6 @@ Global
8279
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
8380
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
8481
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Release|Any CPU.Build.0 = Release|Any CPU
85-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
87-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
88-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Release|Any CPU.Build.0 = Release|Any CPU
8982
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9083
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Debug|Any CPU.Build.0 = Debug|Any CPU
9184
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -98,10 +91,13 @@ Global
9891
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
9992
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
10093
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Release|Any CPU.Build.0 = Release|Any CPU
101-
{E04D7CD4-25FE-4065-8E89-1D9D4BE4F4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102-
{E04D7CD4-25FE-4065-8E89-1D9D4BE4F4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
103-
{E04D7CD4-25FE-4065-8E89-1D9D4BE4F4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
104-
{E04D7CD4-25FE-4065-8E89-1D9D4BE4F4AB}.Release|Any CPU.Build.0 = Release|Any CPU
94+
{3D256234-F790-4163-8B45-B99A12022585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
95+
{3D256234-F790-4163-8B45-B99A12022585}.Debug|Any CPU.Build.0 = Debug|Any CPU
96+
{3D256234-F790-4163-8B45-B99A12022585}.Release|Any CPU.ActiveCfg = Release|Any CPU
97+
{3D256234-F790-4163-8B45-B99A12022585}.Release|Any CPU.Build.0 = Release|Any CPU
98+
EndGlobalSection
99+
GlobalSection(SolutionProperties) = preSolution
100+
HideSolutionNode = FALSE
105101
EndGlobalSection
106102
GlobalSection(NestedProjects) = preSolution
107103
{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D} = {F477F1A1-61E5-4D77-AECB-30989F8BEB78}
@@ -117,4 +113,7 @@ Global
117113
{10698BD6-8659-4CE7-9E9F-CD26697F5B55} = {BA28D092-BC0B-45F8-B061-BBC7010534F6}
118114
{8300487A-A4B7-414C-8A90-872EB286D0B1} = {BA28D092-BC0B-45F8-B061-BBC7010534F6}
119115
EndGlobalSection
116+
GlobalSection(ExtensibilityGlobals) = postSolution
117+
SolutionGuid = {71598E43-943F-472E-8686-D79D423AFD8F}
118+
EndGlobalSection
120119
EndGlobal

src/StorageSync/StorageSync/Az.StorageSync.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = 'Microsoft.Azure.PowerShell.StorageSync.Sdk.dll',
57+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.StorageSync.Management.Sdk.dll',
5858
'System.CodeDom.dll', 'System.Management.dll',
5959
'Microsoft.Azure.Management.Authorization.dll'
6060

src/StorageSync/StorageSync/ChangeLog.md

Lines changed: 1 addition & 0 deletions

src/StorageSync/StorageSync/StorageSync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<ProjectReference Include="..\StorageSync.Sdk\StorageSync.Sdk.csproj" />
30+
<ProjectReference Include="..\StorageSync.Management.Sdk\StorageSync.Management.Sdk.csproj" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)