Skip to content

Commit 9e8e517

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents ad01ad2 + 56f71fc commit 9e8e517

File tree

241 files changed

+15249
-21790
lines changed

Some content is hidden

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

241 files changed

+15249
-21790
lines changed

AzurePowershell.Test.targets

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
2727
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
2828
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
29-
<ServiceManagementExtensionsTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.Test.dll</ServiceManagementExtensionsTestDebug>
3029
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
3130
<HDInsightTestDebug>.\src\ServiceManagement\HDInsight\Commands.HDInsight.Test\bin\Debug\Microsoft.WindowsAzure.Commands.HDInsight.Test.dll</HDInsightTestDebug>
3231
<StorageTestDebug>.\src\ServiceManagement\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
@@ -44,7 +43,7 @@
4443
</PropertyGroup>
4544

4645
<ItemGroup>
47-
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
46+
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
4847
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
4948
<XUnitTests Include=".\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
5049
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
@@ -67,7 +66,7 @@
6766
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
6867
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
6968
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
70-
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
69+
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
7170
</ItemGroup>
7271

7372
<Target Name="InvokeMSTest">
@@ -170,12 +169,6 @@
170169
Projects="build.proj"/>
171170
</Target>
172171

173-
<Target Name="TestServiceManagementExtensions">
174-
<MSBuild Targets="InvokeMSTest"
175-
Properties="_testAssembly=$(ServiceManagementExtensionsTestDebug);_testSettings=$(TestSettings);_testFilter=$(TestFilter);_testResult=$(TestOutputDirectory)\ServiceManagementExtensionsDebug.trx"
176-
Projects="build.proj"/>
177-
</Target>
178-
179172
<Target Name="TestSqlDatabase">
180173
<MSBuild Targets="InvokeMSTest"
181174
Properties="_testAssembly=$(SqlDatabaseTestDebug);_testSettings=$(TestSettings);_testFilter=$(TestFilter);_testResult=$(TestOutputDirectory)\SqlDatabaseDebug.trx"
@@ -422,15 +415,6 @@
422415
ContinueOnError="false" />
423416
</Target>
424417

425-
<!-- DSC extension related targets -->
426-
<Target Name="TestDSCExtension_x64">
427-
<Message Importance="high" Text="Running DSC extension BVT x64 tests..." />
428-
<Delete Files="$(TestOutputDirectory)\DSCExtensionDebug_x64.trx" />
429-
<Exec
430-
Command="MSTest.exe /testcontainer:$(ServiceManagementExtensionsTestDebug) /testsettings:$(TestSettings_x64) /category:x64_only /resultsfile:$(TestOutputDirectory)\DSCExtensionDebug_x64.trx"
431-
ContinueOnError="false" />
432-
</Target>
433-
434418
<ItemGroup>
435419
<LiveTestDlls Include="$(ResourceManagerTestDebug)" />
436420
</ItemGroup>

ChangeLog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@
88
* If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead.
99
* The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets.
1010
* The Name property on most entities has been replaced by an Id property.
11+
* Azure Network
12+
* Cert and SET cmdlet bugfix
13+
* Azure Compute
14+
* Update VMAcces extension to use Json configs.
15+
* Fix Publish Extension cmdlets.
16+
* Update CustomScript cmdlet for SAS Uri.
17+
* Update help file.
18+
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
19+
* Azure Data Factory
20+
* Rename Table to Dataset.
21+
* Azure SQL
22+
* changed the structure of the security namespace to align to the rest of the namespaces in the Azure SQL namespace.
23+
* Added Schema to data masking rule.
24+
* Updated underlying sql nuget version.
25+
* Add the parameter for elastic pool in Start-AzureSqlServerUpgrade.
26+
* Return the schedule time of the upgrade (in case of forced upgrade) to customer in Get-AzureSqlServerUpgrade.
27+
* Azure Hdinsight Resoruce Management cmdlets
28+
* Azure Site Recovery
29+
* Add Valult, Server, Protection Container, protection Entity, Protection Profile, Job cmdlets.
30+
* Azure Stream Analytics
31+
* Use Stream Analytics SDK reference to 1.6.0 version.
32+
* Azure Backup
33+
* Enable-AzureBackupContainerReregistration cmdlet.
34+
* Azure UsageAggregates cmdlet
1135

1236
## 2015.07.17 version 0.9.5
1337
* Azure SQL cmdlets

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 - July 2015" ?>
4+
<?define productName="Microsoft Azure PowerShell - August 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.5" ?>
8+
<?define version="0.9.6" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)