Skip to content

Commit 21fb5cc

Browse files
committed
Merge pull request #363 from markcowl/mergeignite
Merge version 0.9.1 from private repo
2 parents 5aa3be1 + 1de47b9 commit 21fb5cc

File tree

756 files changed

+238644
-39713
lines changed

Some content is hidden

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

756 files changed

+238644
-39713
lines changed

AzurePowershell.Test.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<XUnitTests Include=".\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll"/>
4747
<XUnitTests Include=".\src\ResourceManager\Network\Commands.Network.Test\bin\Debug\Microsoft.Azure.Commands.Network.Test.dll"/>
4848
<XUnitTests Include=".\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll"/>
49+
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
4950
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
5051
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
5152
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
@@ -55,6 +56,8 @@
5556
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
5657
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
5758
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
59+
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
60+
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
5861
</ItemGroup>
5962

6063
<Target Name="InvokeMSTest">

ChangeLog.txt

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
2015.04.29 version 0.9.0
1+
2015.05.01 version 0.9.1
2+
* Azure SQL Database: new support for configuring audit retention.
3+
* Azure Automation
4+
* Added Automation cmdlets support in AzureResourceManager mode
5+
* Export-AzureAutomationDscConfiguration
6+
* Export-AzureAutomationDscNodeReportContent
7+
* Get-AzureAutomationAccount
8+
* Get-AzureAutomationDscCompilationJob
9+
* Get-AzureAutomationDscCompilationJobOutput
10+
* Get-AzureAutomationDscConfiguration
11+
* Get-AzureAutomationDscNode
12+
* Get-AzureAutomationDscNodeConfiguration
13+
* Get-AzureAutomationDscNodeReport
14+
* Get-AzureAutomationDscOnboardingMetaconfig
15+
* Get-AzureAutomationModule
16+
* Get-AzureAutomationRegistrationInfo
17+
* Import-AzureAutomationDscConfiguration
18+
* New-AzureAutomationAccount
19+
* New-AzureAutomationKey
20+
* New-AzureAutomationModule
21+
* Register-AzureAutomationDscNode
22+
* Remove-AzureAutomationAccount
23+
* Remove-AzureAutomationModule
24+
* Set-AzureAutomationAccount
25+
* Set-AzureAutomationDscNode
26+
* Set-AzureAutomationModule
27+
* Start-AzureAutomationDscCompilationJob
28+
* Unregister-AzureAutomationDscNode
29+
30+
2015.04.29 version 0.9.0
231
* Azure Compute
332
* Added Compute cmdlets support in AzureResourceManager mode
433
* Add-AzureVMSshPublicKey
@@ -493,6 +522,12 @@
493522
* Get-AzureNetworkSecurityGroupForSubnet
494523
* Get-AzureNetworkSecurityGroupConfig
495524
* Get-AzureNetworkSecurityGroup
525+
* VipMobility Support
526+
*Set-AzureReservedIPAssociation
527+
*Remove-AzureReservedIPAssociation
528+
* MultiVip Support
529+
* Add-AzureVirtualIP
530+
* Remove-AzureVirtualIP
496531
* Azure Virtual Machine
497532
* Added Add PublicConfigKey and PrivateConfigKey parameters to SetAzureVMExtension
498533
* Azure Website
@@ -653,13 +688,14 @@
653688
* Tag parameter in Get-AzureResourceGroup and Get-AzureResource
654689
* Compute
655690
* ReverseDnsFqdn parameter in New-AzureService, Set-AzureService, New-AzureVM and New-AzureQuickVM
691+
* Added VirtualIPName parameter to Set-AzureEndpoint, Add-AzureEndpoint, Set-AzureLoadBalancedEndpoint for Multivip support
656692
* Network
657693
* Set-AzureInternalLoadBalancer
658694
* Add-AzureDns
659695
* Set-AzureDns
660696
* Remove-AzureDns
661697
* Added IdealTimeoutInMinutes parameter to Set-AzurePublicIP, Add-AzureEndpoint and Set-AzureLoadBalancedEndpoint
662-
698+
663699
2014.06.30 Version 0.8.4
664700
* Compute
665701
* New-AzurePlatformExtensionCertificateConfig

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<NuGetCache Include="$(LOCALAPPDATA)\NuGet\Cache\*.nupkg"/>
8989
</ItemGroup>
9090

91-
<!-- Delete NuGet cache-->
91+
<!-- Delete NuGet cache-->
9292
<Delete Files="@(NuGetCache)" />
9393

9494
<Delete Files="$(NuGetRestoreConfigFile)" />

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33

4-
<?define productName="Microsoft Azure PowerShell - April 2015" ?>
4+
<?define productName="Microsoft Azure PowerShell - May 2015" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="0.9.0" ?>
8+
<?define version="0.9.1" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)