Skip to content

Commit e99abfa

Browse files
authored
Fix naming convention StorageSync SDK (#25675)
1 parent 0f75198 commit e99abfa

File tree

203 files changed

+29
-25
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

+29
-25
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: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,43 @@ 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}") = "Az.Storage", "..\Storage\Storage.Autorest\Az.Storage.csproj", "{35FFCE9A-68D2-4FA3-9B46-790FAA71DE2B}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.Storage", "..\Storage\Storage.Autorest\Az.Storage.csproj", "{35FFCE9A-68D2-4FA3-9B46-790FAA71DE2B}"
2525
EndProject
26-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management.Sdk", "..\Storage\Storage.Management.Sdk\Storage.Management.Sdk.csproj", "{9BA8758A-84C3-4207-9214-5B1327E20609}"
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Management.Sdk", "..\Storage\Storage.Management.Sdk\Storage.Management.Sdk.csproj", "{9BA8758A-84C3-4207-9214-5B1327E20609}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management", "..\Storage\Storage.Management\Storage.Management.csproj", "{C5422927-F6C0-4481-B111-7B9D078A0A28}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Management", "..\Storage\Storage.Management\Storage.Management.csproj", "{C5422927-F6C0-4481-B111-7B9D078A0A28}"
2929
EndProject
30-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage", "..\Storage\Storage\Storage.csproj", "{E96CA030-A854-4A25-ADDC-CC0D514B6B05}"
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage", "..\Storage\Storage\Storage.csproj", "{E96CA030-A854-4A25-ADDC-CC0D514B6B05}"
3131
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Sdk", "StorageSync.Sdk\StorageSync.Sdk.csproj", "{A8110603-2362-48C1-ADAE-2835EB121B38}"
32+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync.Test", "StorageSync.Test\StorageSync.Test.csproj", "{10698BD6-8659-4CE7-9E9F-CD26697F5B55}"
3333
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Test", "StorageSync.Test\StorageSync.Test.csproj", "{10698BD6-8659-4CE7-9E9F-CD26697F5B55}"
34+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync", "StorageSync\StorageSync.csproj", "{BE8E4BC2-F16F-4B36-B05A-3F69B89BE4A7}"
3535
EndProject
36-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync", "StorageSync\StorageSync.csproj", "{BE8E4BC2-F16F-4B36-B05A-3F69B89BE4A7}"
36+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{8300487A-A4B7-414C-8A90-872EB286D0B1}"
3737
EndProject
38-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{8300487A-A4B7-414C-8A90-872EB286D0B1}"
38+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StorageSync.Management.Sdk", "StorageSync.Management.Sdk\StorageSync.Management.Sdk.csproj", "{3D256234-F790-4163-8B45-B99A12022585}"
3939
EndProject
4040
Global
4141
GlobalSection(SolutionConfigurationPlatforms) = preSolution
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
@@ -86,10 +83,6 @@ Global
8683
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
8784
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
8885
{E96CA030-A854-4A25-ADDC-CC0D514B6B05}.Release|Any CPU.Build.0 = Release|Any CPU
89-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
91-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
92-
{A8110603-2362-48C1-ADAE-2835EB121B38}.Release|Any CPU.Build.0 = Release|Any CPU
9386
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9487
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Debug|Any CPU.Build.0 = Debug|Any CPU
9588
{10698BD6-8659-4CE7-9E9F-CD26697F5B55}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -102,6 +95,13 @@ Global
10295
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
10396
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
10497
{8300487A-A4B7-414C-8A90-872EB286D0B1}.Release|Any CPU.Build.0 = Release|Any CPU
98+
{3D256234-F790-4163-8B45-B99A12022585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
99+
{3D256234-F790-4163-8B45-B99A12022585}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{3D256234-F790-4163-8B45-B99A12022585}.Release|Any CPU.ActiveCfg = Release|Any CPU
101+
{3D256234-F790-4163-8B45-B99A12022585}.Release|Any CPU.Build.0 = Release|Any CPU
102+
EndGlobalSection
103+
GlobalSection(SolutionProperties) = preSolution
104+
HideSolutionNode = FALSE
105105
EndGlobalSection
106106
GlobalSection(NestedProjects) = preSolution
107107
{C6ED17D3-1D07-44B8-8010-5D2B36BB2E3D} = {F477F1A1-61E5-4D77-AECB-30989F8BEB78}
@@ -118,4 +118,7 @@ Global
118118
{10698BD6-8659-4CE7-9E9F-CD26697F5B55} = {BA28D092-BC0B-45F8-B061-BBC7010534F6}
119119
{8300487A-A4B7-414C-8A90-872EB286D0B1} = {BA28D092-BC0B-45F8-B061-BBC7010534F6}
120120
EndGlobalSection
121+
GlobalSection(ExtensibilityGlobals) = postSolution
122+
SolutionGuid = {71598E43-943F-472E-8686-D79D423AFD8F}
123+
EndGlobalSection
121124
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)