Skip to content

Commit 8ab3d26

Browse files
author
Siddharth Chatrola
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents 0f28f0b + 8eb13ac commit 8ab3d26

File tree

843 files changed

+136017
-111472
lines changed

Some content is hidden

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

843 files changed

+136017
-111472
lines changed

AzurePowershell.Test.targets

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<TestSettings_x64>.\src\Local.x64.testsettings</TestSettings_x64>
88
<ScenarioTestDebug>.\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll</ScenarioTestDebug>
99
<CommonTestDebug>.\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
10+
<BackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll</BackupTestDebug>
1011
<SqlTestDebug>.\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll</SqlTestDebug>
1112
<ComputeDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.dll</ComputeDebug>
1213
<ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>
@@ -42,6 +43,7 @@
4243
</PropertyGroup>
4344

4445
<ItemGroup>
46+
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
4547
<XUnitTests Include=".\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
4648
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
4749
<XUnitTests Include=".\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll"/>
@@ -63,7 +65,7 @@
6365
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
6466
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
6567
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
66-
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
68+
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
6769
</ItemGroup>
6870

6971
<Target Name="InvokeMSTest">
@@ -217,6 +219,13 @@
217219
Projects="build.proj"/>
218220
</Target>
219221

222+
<!-- Run the backup tests -->
223+
<Target Name="BackupTests">
224+
<Message Importance="high" Text="Running Backup tests" />
225+
<Xunit.Runner.MSBuild.xunit Assemblies="$(BackupTestDebug)" Html="$(TestOutputDirectory)\BackupTests.xunit.dll.html" Verbose="false"
226+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false"/>
227+
</Target>
228+
220229
<!-- Run the common tests -->
221230
<Target Name="CommonTests">
222231
<Message Importance="high" Text="Running Common tests" />

ChangeLog.txt

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,92 @@
1-
2015.06.26 version 0.9.4
1+
2015.07.16 version 0.9.5
2+
* Azure Network Resource Provider cmdlets
3+
* Added Application Gateway cmdlets
4+
* New-AzureApplicationGateway
5+
* Start-AzureApplicationGateway
6+
* Stop-AzureApplicationGateway
7+
* SetAzureApplicationGateway
8+
* GetAzureApplicationGateway
9+
* RemoveAzureApplicationGateway
10+
* Added Application Gateway Backend Address Pool cmdlets
11+
* New-AzureApplicationGatewayBackendAddressPool
12+
* Add-AzureApplicationGatewayBackendAddressPool
13+
* Set-AzureApplicationGatewayBackendAddressPool
14+
* Get-AzureApplicationGatewayBackendAddressPool
15+
* Remove-AzureApplicationGatewayBackendAddressPool
16+
* Added Application Gateway Backend HTTP Settings cmdlets
17+
* New-AzureApplicationGatewayBackendHttpSettings
18+
* Add-AzureApplicationGatewayBackendHttpSettings
19+
* Set-AzureApplicationGatewayBackendHttpSettings
20+
* Get-AzureApplicationGatewayBackendHttpSettings
21+
* Remove-AzureApplicationGatewayBackendHttpSettings
22+
* Added Application Gateway Frontend IP Configuration cmdlets
23+
* New-AzureApplicationGatewayFrontendIPConfiguration
24+
* Add-AzureApplicationGatewayFrontendIPConfiguration
25+
* Set-AzureApplicationGatewayFrontendIPConfiguration
26+
* Get-AzureApplicationGatewayFrontendIPConfiguration
27+
* Remove-AzureApplicationGatewayFrontendIPConfiguration
28+
* Added Application Gateway Frontend Port cmdlets
29+
* New-AzureApplicationGatewayFrontendPort
30+
* Add-AzureApplicationGatewayFrontendPort
31+
* Set-AzureApplicationGatewayFrontendPort
32+
* Get-AzureApplicationGatewayFrontendPort
33+
* Remove-AzureApplicationGatewayFrontendPort
34+
* Added Application Gateway IP Configuration cmdlets
35+
* New-AzureApplicationGatewayGatewayIPConfiguration
36+
* Add-AzureApplicationGatewayGatewayIPConfiguration
37+
* Set-AzureApplicationGatewayGatewayIPConfiguration
38+
* Get-AzureApplicationGatewayGatewayIPConfiguration
39+
* Remove-AzureApplicationGatewayGatewayIPConfiguration
40+
* Added Application Gateway HTTP Listener cmdlets
41+
* New-AzureApplicationGatewayHttpListener
42+
* Add-AzureApplicationGatewayHttpListener
43+
* Set-AzureApplicationGatewayHttpListener
44+
* Get-AzureApplicationGatewayHttpListener
45+
* Remove-AzureApplicationGatewayHttpListener
46+
* Added Application Gateway Request Routing Rule cmdlets
47+
* New-AzureApplicationGatewayRequestRoutingRule
48+
* Add-AzureApplicationGatewayRequestRoutingRule
49+
* Set-AzureApplicationGatewayRequestRoutingRule
50+
* Get-AzureApplicationGatewayRequestRoutingRule
51+
* Remove-AzureApplicationGatewayRequestRoutingRule
52+
* Added Application Gateway SKU cmdlets
53+
* New-AzureApplicationGatewaySku
54+
* Set-AzureApplicationGatewaySku
55+
* Get-AzureApplicationGatewaySku
56+
* Added Application Gateway SSL Certificate cmdlets
57+
* New-AzureApplicationGatewaySslCertificate
58+
* Add-AzureApplicationGatewaySslCertificate
59+
* Set-AzureApplicationGatewaySslCertificate
60+
* Get-AzureApplicationGatewaySslCertificate
61+
* Remove-AzureApplicationGatewaySslCertificate
62+
* Fixed minor bugs AzureLoadbalancer
63+
* Renamed Get-AzureCheckDnsAvailablity to Test-AzureDnsAvailability
64+
* Added cmdlets to RouteTables and Routes
65+
* New-AzureRouteTable
66+
* Get-AzureRouteTable
67+
* Set-AzureRouteTable
68+
* Remove-AzureRouteTable
69+
* New-AzureRouteConfig
70+
* Add-AzureRouteConfig
71+
* Set-AzureRouteConfig
72+
* Get-AzureRouteConfig
73+
* Remove-AzureRouteConfig
74+
*Azure Network cmdlets
75+
* Reserved IP cmdlets (New-AzureReservedIP, Get-AzureReservedIP, Set-AzureReservedIPAssociation, Remove-AzureReservedIPAssociation) fixed to support -VirtualIPName parameter
76+
* Multivip Cmdlets (Add-AzureVirtualIP, Remove-AzureVirtualIP) fixed to support -VirtualIPName parameter
77+
78+
2015.07.10 version 1.0.0
79+
* Azure Backup cmdlets
80+
*Added New-AzureBackupVault cmdlets
81+
*Added Get-AzureBackupVault cmdlets
82+
*Added Set-AzureBackupVault cmdlets
83+
*Added Remove-AzureBackupVault cmdlets
84+
*Added Get-AzureBackupVaultCredential cmdlets
85+
* Azure Resource Manager cmdlets
86+
* Fixed formatting of output for Get-UsageAggregates
87+
* Fixed executing Get-UsageAggregates when first cmdlet being called.
88+
89+
2015.06.26 version 0.9.4
290
* Azure Compute cmdlets
391
* Warning message for deprecation Name parameter in New-AzureVM. The guidance is to use –Name parameter in New-AzureVMConfig cmdlet.
492
* Save-AzureVMImgage has new paramter -Path to save the JSON template returned from the server.
@@ -35,6 +123,12 @@
35123
* Get-AzureSqlDatabaseRestorePoints
36124
* Changed cmdlets:
37125
* New-AzureSqlDatabase - Can now create Azure Sql Data Warehouse databases
126+
* Azure Recovery Services
127+
* Fixed Storage and Network mapping issues
128+
* Added encryption support for failover changes
129+
* Added Delete vault support
130+
* Provisioned to update VM properties
131+
* Few bug fixes
38132

39133
2015.06.05 version 0.9.3
40134
* Fixed bug in Websites cmdlets related to slots #454

0 commit comments

Comments
 (0)