Skip to content

Commit 202d0db

Browse files
committed
Merge pull request #311 from MabOneSdk/dev1
Incorporated PR comments
2 parents bd92c41 + 7a44e68 commit 202d0db

File tree

87 files changed

+1709
-1161
lines changed

Some content is hidden

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

87 files changed

+1709
-1161
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,9 +2002,6 @@
20022002
<Component Id="cmp131A9DE83A67006D51F1314A42E399CA" Guid="*">
20032003
<File Id="filA2C0D97A8033046D96249BA12C24D9D4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\AzureRM.RecoveryServices.Backup.psd1" />
20042004
</Component>
2005-
<Component Id="cmpEB886EAAAF58ED0808ACCABDCC7707CA" Guid="*">
2006-
<File Id="filB0E96893813842B67380A6863ABBCC0D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\AzureRM.RecoveryServices.psd1" />
2007-
</Component>
20082005
<Component Id="cmpB35FF47D728C871816F14A3529260DE9" Guid="*">
20092006
<File Id="fil4BCDE7803B14A0BC88A83E82379716A7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Hyak.Common.dll" />
20102007
</Component>
@@ -2032,9 +2029,6 @@
20322029
<Component Id="cmpB7B864E9C70EE65B799C79119DF7E80B" Guid="*">
20332030
<File Id="fil53BEB99E0373F87AA8C1DE1E39F13115" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.Helpers.dll" />
20342031
</Component>
2035-
<Component Id="cmp298EE60DD6AAA12C33CA9E9EDDE4D674" Guid="*">
2036-
<File Id="filCA9A0EEBDB33D088D4D0EB9555189CD6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.HydraAdapter.dll" />
2037-
</Component>
20382032
<Component Id="cmp8826130AB84A23A8748B2E58087F1733" Guid="*">
20392033
<File Id="filBDEE1F034CEDF43D3B10E1DCA9DF81C0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.Logger.dll" />
20402034
</Component>
@@ -2044,6 +2038,9 @@
20442038
<Component Id="cmp3CBA7972F4711484D7FFF19457023268" Guid="*">
20452039
<File Id="filFEB151053DDC35E6643F363B07EC1EE3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.Providers.dll" />
20462040
</Component>
2041+
<Component Id="cmpB57F8F8298BF0638BFC679D217D71961" Guid="*">
2042+
<File Id="fil0D19F831018B79D88CF568D14CC27CA3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.ServiceClientAdapter.dll" />
2043+
</Component>
20472044
<Component Id="cmpDD61A35D79AF0DB08D533DDD646150DC" Guid="*">
20482045
<File Id="filF23BA348008E142BB0CEBEBDBD6F0B09" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
20492046
</Component>
@@ -5717,7 +5714,6 @@
57175714
<ComponentRef Id="cmpC00974919B90C9055BED1F2A9DA95441" />
57185715
<ComponentRef Id="cmpE300D8B185C427E05E95BA97413F6CC8" />
57195716
<ComponentRef Id="cmp131A9DE83A67006D51F1314A42E399CA" />
5720-
<ComponentRef Id="cmpEB886EAAAF58ED0808ACCABDCC7707CA" />
57215717
<ComponentRef Id="cmpB35FF47D728C871816F14A3529260DE9" />
57225718
<ComponentRef Id="cmp99A277F4A4EF20D7BFBB171691A4B7E7" />
57235719
<ComponentRef Id="cmp1675F88279F58B72A180AF1411111337" />
@@ -5727,10 +5723,10 @@
57275723
<ComponentRef Id="cmpC9D832735AB0EF3B4F1309E307393863" />
57285724
<ComponentRef Id="cmp7E42CC4AEA15FEF46E621AD38CC09F5A" />
57295725
<ComponentRef Id="cmpB7B864E9C70EE65B799C79119DF7E80B" />
5730-
<ComponentRef Id="cmp298EE60DD6AAA12C33CA9E9EDDE4D674" />
57315726
<ComponentRef Id="cmp8826130AB84A23A8748B2E58087F1733" />
57325727
<ComponentRef Id="cmp705D3AFB5E86339823E569C4645A139F" />
57335728
<ComponentRef Id="cmp3CBA7972F4711484D7FFF19457023268" />
5729+
<ComponentRef Id="cmpB57F8F8298BF0638BFC679D217D71961" />
57345730
<ComponentRef Id="cmpDD61A35D79AF0DB08D533DDD646150DC" />
57355731
<ComponentRef Id="cmp577E28EE57A416E3052CEE1BD21E5990" />
57365732
<ComponentRef Id="cmp403248FE1CECDB2218740975E268E81C" />

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Reference Include="Microsoft.Azure.Common">
3737
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
3838
</Reference>
39-
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39+
<Reference Include="Microsoft.Azure.Management.RecoveryServices.Backup, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4040
<SpecificVersion>False</SpecificVersion>
4141
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.Backup.0.1.0-preview\lib\net40\Microsoft.Azure.Management.RecoveryServices.Backup.dll</HintPath>
4242
</Reference>
@@ -52,23 +52,19 @@
5252
<ItemGroup>
5353
<Compile Include="Conversions\JobConversions.cs" />
5454
<Compile Include="Conversions\RecoveryPointConversions.cs" />
55-
<Compile Include="Utils.cs" />
55+
<Compile Include="HelperUtils.cs" />
5656
<Compile Include="Validations\PolicyValidations.cs" />
5757
<Compile Include="Conversions\SchedulePolicyConversions.cs" />
5858
<Compile Include="Conversions\RetentionPolicyConversions.cs" />
5959
<Compile Include="Conversions\ConversionHelpers.cs" />
60-
<Compile Include="HydraHelpers.cs" />
60+
<Compile Include="ServiceClientHelpers.cs" />
6161
<Compile Include="Properties\AssemblyInfo.cs" />
6262
</ItemGroup>
6363
<ItemGroup>
6464
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
6565
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
6666
<Name>Commands.Common</Name>
6767
</ProjectReference>
68-
<ProjectReference Include="..\Commands.RecoveryServices.Backup.HydraAdapter\Commands.RecoveryServices.Backup.HydraAdapter.csproj">
69-
<Project>{b758fec1-35c1-4f93-a954-66dd33f6e0ec}</Project>
70-
<Name>Commands.RecoveryServices.Backup.HydraAdapter</Name>
71-
</ProjectReference>
7268
<ProjectReference Include="..\Commands.RecoveryServices.Backup.Logger\Commands.RecoveryServices.Backup.Logger.csproj">
7369
<Project>{5e675749-6139-464a-904c-59c0ffdfec82}</Project>
7470
<Name>Commands.RecoveryServices.Backup.Logger</Name>

0 commit comments

Comments
 (0)