Skip to content

Commit d26ba06

Browse files
committed
Revert "Azure-Powershell pull"
1 parent 702459e commit d26ba06

File tree

52 files changed

+5967
-6230
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

+5967
-6230
lines changed

ChangeLog.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@
129129
* Get-AzureSqlDatabaseRestorePoints
130130
* Changed cmdlets:
131131
* New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases
132-
* Azure Recovery Services
133-
* Fixed Storage and Network mapping issues
134-
* Added encryption support for failover changes
135-
* Added Delete vault support
136-
* Provisioned to update VM properties
137-
* Few bug fixes
138132

139133
2015.06.05 version 0.9.3
140134
* Fixed bug in Websites cmdlets related to slots #454

setup/azurecmdfiles.wxi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,9 +3086,6 @@
30863086
<Component Id="cmp1E1EACEE941A7D7B9B2649BB3AC9ABC3" Guid="*">
30873087
<File Id="fil7BC44111780DA333D7D3C421E0660012" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Commands.RecoveryServices.dll-help.xml" />
30883088
</Component>
3089-
<Component Id="cmp9C20E0942BCFF51F8948DDE7E47043F9" Guid="*">
3090-
<File Id="fil91A18D6C24D483473C8F08BC5DCED268" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Commands.RecoveryServices.format.ps1xml" />
3091-
</Component>
30923089
<Component Id="cmpF2406A263F1B403C803ACB70D2468624" Guid="*">
30933090
<File Id="fil2AB9A3CCA503D5D983784642C1F8E4F4" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.Azure.Common.Authentication.dll" />
30943091
</Component>
@@ -5051,7 +5048,6 @@
50515048
<ComponentRef Id="cmp5FB7157FEA8EDC9D2D10814DA15518AE" />
50525049
<ComponentRef Id="cmpCA80C6C0F5670291AF2F3560D36B1EA3" />
50535050
<ComponentRef Id="cmp1E1EACEE941A7D7B9B2649BB3AC9ABC3" />
5054-
<ComponentRef Id="cmp9C20E0942BCFF51F8948DDE7E47043F9" />
50555051
<ComponentRef Id="cmpF2406A263F1B403C803ACB70D2468624" />
50565052
<ComponentRef Id="cmp8BF1C84B7C0D6D25264BEF64FD945354" />
50575053
<ComponentRef Id="cmp18ED74EDB82DE2351B9655ED86ACA19A" />

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@
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">
85-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.6.0-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
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>
8687
</Reference>
8788
<Reference Include="Microsoft.WindowsAzure.Testing, Version=1.0.5417.13285, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8889
<SpecificVersion>False</SpecificVersion>
@@ -91,9 +92,6 @@
9192
<Reference Include="Newtonsoft.Json">
9293
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
9394
</Reference>
94-
<Reference Include="SiteRecovery.Tests">
95-
<HintPath>..\Commands.RecoveryServices\lib\SiteRecovery.Tests.dll</HintPath>
96-
</Reference>
9795
<Reference Include="System" />
9896
<Reference Include="System.Core" />
9997
<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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,5 @@ 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-
}
164158
}
165159
}

0 commit comments

Comments
 (0)