Skip to content

Commit 227b1c1

Browse files
author
Samuel Anudeep
committed
Merge pull request #244 from MabOneSdk/anudeeb-dev1
RS Backup Folder Restructuring
2 parents 817f8d8 + c44750c commit 227b1c1

31 files changed

+135
-30
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Test/Commands.RecoveryServices.Backup.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@
187187
<Project>{604260dc-b392-4cf4-81ec-34b14591e2d2}</Project>
188188
<Name>Commands.RecoveryServices</Name>
189189
</ProjectReference>
190-
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Cmdlets.csproj">
191-
<Project>{3b3e879a-f856-46bf-aff9-8ad6760cf7b9}</Project>
192-
<Name>Commands.RecoveryServices.Backup.Cmdlets</Name>
193-
</ProjectReference>
194190
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.csproj">
195191
<Project>{30b92759-50b3-494e-b9f0-ec9a2ce9d57b}</Project>
196192
<Name>Commands.RecoveryServices.Backup.Models</Name>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.RecoveryServices.Backup'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 3/16/2016
7+
#
8+
9+
@{
10+
11+
# Version number of this module.
12+
ModuleVersion = '1.0.0'
13+
14+
# ID used to uniquely identify this module
15+
GUID = '3d444bee-6742-4ce2-b573-dfd1b7c4144c'
16+
17+
# Author of this module
18+
Author = 'Microsoft Corporation'
19+
20+
# Company or vendor of this module
21+
CompanyName = 'Microsoft Corporation'
22+
23+
# Copyright statement for this module
24+
Copyright = 'Microsoft Corporation. All rights reserved.'
25+
26+
# Description of the functionality provided by this module
27+
Description = 'Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager'
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '3.0'
31+
32+
# Name of the Windows PowerShell host required by this module
33+
PowerShellHostName = ''
34+
35+
# Minimum version of the Windows PowerShell host required by this module
36+
PowerShellHostVersion = ''
37+
38+
# Minimum version of the .NET Framework required by this module
39+
DotNetFrameworkVersion = '4.0'
40+
41+
# Minimum version of the common language runtime (CLR) required by this module
42+
CLRVersion='4.0'
43+
44+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45+
ProcessorArchitecture = 'None'
46+
47+
# Modules that must be imported into the global environment prior to importing this module
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.6'})
49+
50+
# Assemblies that must be loaded prior to importing this module
51+
RequiredAssemblies = @()
52+
53+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54+
ScriptsToProcess = @()
55+
56+
# Type files (.ps1xml) to be loaded when importing this module
57+
TypesToProcess = @()
58+
59+
# Format files (.ps1xml) to be loaded when importing this module
60+
FormatsToProcess = @(
61+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.format.ps1xml'
62+
)
63+
64+
# Modules to import as nested modules of the module specified in ModuleToProcess
65+
NestedModules = @(
66+
'.\Microsoft.Azure.Commands.RecoveryServices.Backup.dll'
67+
)
68+
69+
# Functions to export from this module
70+
FunctionsToExport = '*'
71+
72+
# Cmdlets to export from this module
73+
CmdletsToExport = '*'
74+
75+
# Variables to export from this module
76+
VariablesToExport = '*'
77+
78+
# Aliases to export from this module
79+
AliasesToExport = @()
80+
81+
# List of all modules packaged with this module
82+
ModuleList = @()
83+
84+
# List of all files packaged with this module
85+
FileList = @()
86+
87+
# Private data to pass to the module specified in ModuleToProcess
88+
PrivateData = @{
89+
90+
PSData = @{
91+
92+
# Tags applied to this module. These help with module discovery in online galleries.
93+
# Tags = @()
94+
95+
# A URL to the license for this module.
96+
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt'
97+
98+
# A URL to the main website for this project.
99+
ProjectUri = 'https://github.com/Azure/azure-powershell'
100+
101+
# A URL to an icon representing this module.
102+
# IconUri = ''
103+
104+
# ReleaseNotes of this module
105+
ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md'
106+
107+
} # End of PSData hashtable
108+
109+
} # End of PrivateData hashtable
110+
111+
}

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Cmdlets.csproj renamed to src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup/Commands.RecoveryServices.Backup.Cmdlets.csproj

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,34 +35,34 @@
3535
<ItemGroup>
3636
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3737
<SpecificVersion>False</SpecificVersion>
38-
<HintPath>..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
38+
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4141
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
42+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Microsoft.Azure.Management.RecoveryServicesBackupManagement, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
4545
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
46+
<HintPath>..\Commands.RecoveryServices.Backup.HydraAdapter\Resources\Microsoft.Azure.Management.RecoveryServicesBackupManagement.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4949
<SpecificVersion>False</SpecificVersion>
50-
<HintPath>..\..\packages\Microsoft.Azure.Management.Resources.2.19.0-preview\lib\portable-net45+wp8+wpa81+win\Microsoft.Azure.ResourceManager.dll</HintPath>
50+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.19.0-preview\lib\portable-net45+wp8+wpa81+win\Microsoft.Azure.ResourceManager.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.1.0\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
54+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.1.0\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
58+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.WindowsAzure.Management.Scheduler">
61-
<HintPath>..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.6.0.0\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
61+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.6.0.0\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
65+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System" />
6868
<Reference Include="System.Core" />
@@ -107,47 +107,45 @@
107107
</ItemGroup>
108108
<ItemGroup />
109109
<ItemGroup>
110-
<ProjectReference Include="..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
110+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
111111
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
112112
<Name>Commands.Common.Authentication</Name>
113113
</ProjectReference>
114-
<ProjectReference Include="..\..\Common\Commands.Common\Commands.Common.csproj">
114+
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
115115
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
116116
<Name>Commands.Common</Name>
117117
</ProjectReference>
118-
<ProjectReference Include="..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
118+
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
119119
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
120120
<Name>Commands.ResourceManager.Common</Name>
121121
</ProjectReference>
122-
<ProjectReference Include="..\RecoveryServices\Commands.RecoveryServices\Commands.RecoveryServices.csproj">
122+
<ProjectReference Include="..\..\RecoveryServices\Commands.RecoveryServices\Commands.RecoveryServices.csproj">
123123
<Project>{604260dc-b392-4cf4-81ec-34b14591e2d2}</Project>
124124
<Name>Commands.RecoveryServices</Name>
125125
</ProjectReference>
126-
<ProjectReference Include="Commands.RecoveryServices.Backup.Helpers\Commands.RecoveryServices.Backup.Helpers.csproj">
126+
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Helpers\Commands.RecoveryServices.Backup.Helpers.csproj">
127127
<Project>{0e1d3f36-e6c8-4764-8c7d-6f9ee537490c}</Project>
128128
<Name>Commands.RecoveryServices.Backup.Helpers</Name>
129129
</ProjectReference>
130-
<ProjectReference Include="Commands.RecoveryServices.Backup.HydraAdapter\Commands.RecoveryServices.Backup.HydraAdapter.csproj">
130+
<ProjectReference Include="..\Commands.RecoveryServices.Backup.HydraAdapter\Commands.RecoveryServices.Backup.HydraAdapter.csproj">
131131
<Project>{b758fec1-35c1-4f93-a954-66dd33f6e0ec}</Project>
132132
<Name>Commands.RecoveryServices.Backup.HydraAdapter</Name>
133133
</ProjectReference>
134-
<ProjectReference Include="Commands.RecoveryServices.Backup.Logger\Commands.RecoveryServices.Backup.Logger.csproj">
134+
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Logger\Commands.RecoveryServices.Backup.Logger.csproj">
135135
<Project>{5e675749-6139-464a-904c-59c0ffdfec82}</Project>
136136
<Name>Commands.RecoveryServices.Backup.Logger</Name>
137137
</ProjectReference>
138-
<ProjectReference Include="Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.csproj">
138+
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.csproj">
139139
<Project>{30b92759-50b3-494e-b9f0-ec9a2ce9d57b}</Project>
140140
<Name>Commands.RecoveryServices.Backup.Models</Name>
141141
</ProjectReference>
142-
<ProjectReference Include="Commands.RecoveryServices.Backup.Providers\Commands.RecoveryServices.Backup.Providers.csproj">
142+
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Providers\Commands.RecoveryServices.Backup.Providers.csproj">
143143
<Project>{02234e90-bcde-4b20-b1f5-01b1005821db}</Project>
144144
<Name>Commands.RecoveryServices.Backup.Providers</Name>
145145
</ProjectReference>
146146
</ItemGroup>
147147
<ItemGroup>
148-
<None Include="AzureRM.RecoveryServices.Backup.psd1">
149-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
150-
</None>
148+
<None Include="AzureRM.RecoveryServices.Backup.psd1" />
151149
<None Include="Microsoft.Azure.Commands.RecoveryServices.Backup.format.ps1xml">
152150
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
153151
</None>

src/ResourceManager/RecoveryServices.Backup/RecoveryServices.Backup.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Co
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common", "..\..\Common\Commands.Common\Commands.Common.csproj", "{5EE72C53-1720-4309-B54B-5FB79703195F}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.Backup.Cmdlets", "Commands.RecoveryServices.Backup.Cmdlets.csproj", "{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}"
11-
EndProject
1210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.Backup.HydraAdapter", "Commands.RecoveryServices.Backup.HydraAdapter\Commands.RecoveryServices.Backup.HydraAdapter.csproj", "{B758FEC1-35C1-4F93-A954-66DD33F6E0EC}"
1311
EndProject
1412
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.Backup.Models", "Commands.RecoveryServices.Backup.Models\Commands.RecoveryServices.Backup.Models.csproj", "{30B92759-50B3-494E-B9F0-EC9A2CE9D57B}"
@@ -29,6 +27,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.B
2927
EndProject
3028
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common.Authentication", "..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj", "{D3804B64-C0D3-48F8-82EC-1F632F833C9E}"
3129
EndProject
30+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.Backup.Cmdlets", "Commands.RecoveryServices.Backup\Commands.RecoveryServices.Backup.Cmdlets.csproj", "{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}"
31+
EndProject
3232
Global
3333
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3434
Debug|Any CPU = Debug|Any CPU
@@ -43,10 +43,6 @@ Global
4343
{5EE72C53-1720-4309-B54B-5FB79703195F}.Debug|Any CPU.Build.0 = Debug|Any CPU
4444
{5EE72C53-1720-4309-B54B-5FB79703195F}.Release|Any CPU.ActiveCfg = Release|Any CPU
4545
{5EE72C53-1720-4309-B54B-5FB79703195F}.Release|Any CPU.Build.0 = Release|Any CPU
46-
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47-
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
48-
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
49-
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Release|Any CPU.Build.0 = Release|Any CPU
5046
{B758FEC1-35C1-4F93-A954-66DD33F6E0EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5147
{B758FEC1-35C1-4F93-A954-66DD33F6E0EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
5248
{B758FEC1-35C1-4F93-A954-66DD33F6E0EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -83,6 +79,10 @@ Global
8379
{D3804B64-C0D3-48F8-82EC-1F632F833C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
8480
{D3804B64-C0D3-48F8-82EC-1F632F833C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
8581
{D3804B64-C0D3-48F8-82EC-1F632F833C9E}.Release|Any CPU.Build.0 = Release|Any CPU
82+
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
83+
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
84+
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
85+
{3B3E879A-F856-46BF-AFF9-8AD6760CF7B9}.Release|Any CPU.Build.0 = Release|Any CPU
8686
EndGlobalSection
8787
GlobalSection(SolutionProperties) = preSolution
8888
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)