Skip to content

Commit 55eab97

Browse files
committed
Merge pull request #482 from AsrOneSdk/dev
Azure-Powershell pull
2 parents c567d87 + 179125d commit 55eab97

File tree

52 files changed

+6205
-5942
lines changed

Some content is hidden

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

52 files changed

+6205
-5942
lines changed

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
* Get-AzureSqlDatabaseRestorePoints
112112
* Changed cmdlets:
113113
* New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases
114+
* Azure Recovery Services
115+
* Fixed Storage and Network mapping issues
116+
* Added encryption support for failover changes
117+
* Added Delete vault support
118+
* Provisioned to update VM properties
119+
* Few bug fixes
114120

115121
2015.06.05 version 0.9.3
116122
* Fixed bug in Websites cmdlets related to slots #454

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,6 +3089,9 @@
30893089
<Component Id="cmp1E1EACEE941A7D7B9B2649BB3AC9ABC3" Guid="*">
30903090
<File Id="fil7BC44111780DA333D7D3C421E0660012" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Commands.RecoveryServices.dll-help.xml" />
30913091
</Component>
3092+
<Component Id="cmp9C20E0942BCFF51F8948DDE7E47043F9" Guid="*">
3093+
<File Id="fil91A18D6C24D483473C8F08BC5DCED268" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Commands.RecoveryServices.format.ps1xml" />
3094+
</Component>
30923095
<Component Id="cmpF2406A263F1B403C803ACB70D2468624" Guid="*">
30933096
<File Id="fil2AB9A3CCA503D5D983784642C1F8E4F4" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Common.Authentication.dll" />
30943097
</Component>
@@ -5052,6 +5055,7 @@
50525055
<ComponentRef Id="cmp5FB7157FEA8EDC9D2D10814DA15518AE" />
50535056
<ComponentRef Id="cmpCA80C6C0F5670291AF2F3560D36B1EA3" />
50545057
<ComponentRef Id="cmp1E1EACEE941A7D7B9B2649BB3AC9ABC3" />
5058+
<ComponentRef Id="cmp9C20E0942BCFF51F8948DDE7E47043F9" />
50555059
<ComponentRef Id="cmpF2406A263F1B403C803ACB70D2468624" />
50565060
<ComponentRef Id="cmp8BF1C84B7C0D6D25264BEF64FD945354" />
50575061
<ComponentRef Id="cmp18ED74EDB82DE2351B9655ED86ACA19A" />

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@
8181
<Reference Include="Microsoft.WindowsAzure.Management">
8282
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
8383
</Reference>
84-
<Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85-
<SpecificVersion>False</SpecificVersion>
86-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.5.1-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
84+
<Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery">
85+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.6.0-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
8786
</Reference>
8887
<Reference Include="Microsoft.WindowsAzure.Testing, Version=1.0.5417.13285, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8988
<SpecificVersion>False</SpecificVersion>
@@ -92,6 +91,9 @@
9291
<Reference Include="Newtonsoft.Json">
9392
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
9493
</Reference>
94+
<Reference Include="SiteRecovery.Tests">
95+
<HintPath>..\Commands.RecoveryServices\lib\SiteRecovery.Tests.dll</HintPath>
96+
</Reference>
9597
<Reference Include="System" />
9698
<Reference Include="System.Core" />
9799
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/ScenarioTests/RecoveryServicesTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,11 @@ public void CommitRPTest()
155155
{
156156
this.RunPowerShellTest("Test-CommitRP -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
157157
}
158+
159+
[Trait(Category.AcceptanceType, Category.CheckIn)]
160+
public void RecoveryServicesSanE2ETest()
161+
{
162+
this.RunPowerShellTest("Test-SanE2E -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
163+
}
158164
}
159165
}

0 commit comments

Comments
 (0)