Skip to content

Commit 814ccf9

Browse files
Merge pull request #21 from Azure/dev
PR from parent
2 parents 82bb198 + 4df2066 commit 814ccf9

File tree

635 files changed

+87801
-28285
lines changed

Some content is hidden

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

635 files changed

+87801
-28285
lines changed

AzurePowershell.Test.targets

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
<ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>
1212
<NetworkTestDebug>.\src\ResourceManager\Network\Commands.Network.Test\bin\Debug\Microsoft.Azure.Commands.Network.Test.dll</NetworkTestDebug>
1313
<AzureRTTestSettings>.\src\AzureRT.testsettings</AzureRTTestSettings>
14+
<AzureRTSeqTestSettings>.\src\AzureRTSeq.testsettings</AzureRTSeqTestSettings>
1415
<AzureRTTestContainer>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</AzureRTTestContainer>
1516
<StorageScenarioTestDebug>src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\bin\Debug\CLITest.dll</StorageScenarioTestDebug>
1617
<ManagementTestDebug>.\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll</ManagementTestDebug>
1718
<ResourceManagerTestDebug>.\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll</ResourceManagerTestDebug>
1819
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
1920
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
21+
<OperationalInsightsTestDebug>.\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll</OperationalInsightsTestDebug>
2022
<BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
2123
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
2224
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
@@ -48,6 +50,7 @@
4850
<XUnitTests Include=".\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll"/>
4951
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
5052
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
53+
<XUnitTests Include=".\src\ResourceManager\OperationalInsights\Commands.OperationalInsights.Test\bin\Debug\Microsoft.Azure.Commands.OperationalInsights.Test.dll"/>
5154
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
5255
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
5356
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
@@ -148,6 +151,11 @@
148151
<Xunit.Runner.MSBuild.xunit Assemblies="$(StreamAnalyticsManagerTestDebug)" Html="$(TestOutputDirectory)\StreamAnalyticsManagerTestDebug.xunit.dll.html" Verbose="false"
149152
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
150153
</Target>
154+
155+
<Target Name="TestOperationalInsights">
156+
<Xunit.Runner.MSBuild.xunit Assemblies="$(OperationalInsightsTestDebug)" Html="$(TestOutputDirectory)\OperationalInsightsTestDebug.xunit.dll.html" Verbose="false"
157+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
158+
</Target>
151159

152160
<Target Name="TestServiceManagement">
153161
<MSBuild Targets="InvokeMSTest"
@@ -258,19 +266,11 @@
258266
ContinueOnError="false" />
259267
</Target>
260268

261-
<Target Name="AzureRTBVTsSeq" DependsOnTargets="Clean;BuildDebug;BeforeRunTests">
262-
<Message Importance="high" Text="Running AzureRT BVT tests..." />
263-
<Delete Files="$(TestOutputDirectory)\RTBVTDebug.trx" />
264-
<Exec
265-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:BVT /resultsfile:$(TestOutputDirectory)\RTBVTDebug.trx"
266-
ContinueOnError="false" />
267-
</Target>
268-
269269
<Target Name="AzureRTOne" DependsOnTargets="Clean;BuildDebug;BeforeRunTests">
270270
<Message Importance="high" Text="Running a specific tests..." />
271271
<Delete Files="$(TestOutputDirectory)\RTFunctionalDebug.trx" />
272272
<Exec
273-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx"
273+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx"
274274
ContinueOnError="false" />
275275
</Target>
276276

@@ -286,15 +286,15 @@
286286
<Message Importance="high" Text="Running tests:" />
287287
<Delete Files="$(TestOutputDirectory)\RTFunctionalDebug.trx" />
288288
<Exec
289-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) $(TestParams) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx"
289+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) $(TestParams) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug.trx"
290290
ContinueOnError="false" />
291291
</Target>
292292

293293
<Target Name="AzureRTAll" DependsOnTargets="Clean;BuildDebug;BeforeRunTests">
294294
<Message Importance="high" Text="Running AzureRT all tests..." />
295295
<Delete Files="$(TestOutputDirectory)\RTDebug.trx" />
296296
<Exec
297-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTAllTestFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx"
297+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTAllTestFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx"
298298
ContinueOnError="false" />
299299
</Target>
300300

@@ -304,7 +304,7 @@
304304
<Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
305305
<Delete Files="$(TestOutputDirectory)\RTDebug.trx" />
306306
<Exec
307-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
307+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
308308
ContinueOnError="true" />
309309
<Exec
310310
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTTestSettings) /category:$(AzureRTParAllFilter) /resultsfile:$(TestOutputDirectory)\RTDebug.trx"
@@ -316,7 +316,7 @@
316316

317317
<Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
318318
<Exec
319-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
319+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTSeqAllFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
320320
ContinueOnError="true" />
321321
</Target>
322322

@@ -325,7 +325,7 @@
325325

326326
<Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
327327
<Exec
328-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:Network /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
328+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:Network /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
329329
ContinueOnError="false" />
330330
</Target>
331331

@@ -334,7 +334,7 @@
334334

335335
<Delete Files="$(TestOutputDirectory)\RTSequentialDebug.trx" />
336336
<Exec
337-
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTUploadSeqFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
337+
Command="MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTSeqTestSettings) /category:$(AzureRTUploadSeqFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
338338
ContinueOnError="false" />
339339
</Target>
340340

ChangeLog.txt

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2015.06.25 version 0.9.4
2+
* Added Batch cmdlets
3+
* Start-AzureBatchPoolResize
4+
* Stop-AzureBatchPoolResize
5+
6+
2015.06.05 version 0.9.3
7+
* Fixed bug in Websites cmdlets related to slots #454
8+
* Fix bug in Set-AzureResource cmdlet #456
9+
* Fix for new azure resource of Microsoft.Storage #457
10+
11+
2015.05.29 version 0.9.2
12+
* Deprecated Switch-AzureMode
13+
* Profile
14+
* Fixed bug in Get-AzureSubscription and Select-AzureSubscription cmdlets
15+
* Added Automation cmdlets
16+
* Get-AzureAutomationWebhook
17+
* New-AzureAutomationWebhook
18+
* Remove-AzureAutomationWebhook
19+
* Set-AzureAutomationWebhook
20+
* Azure Compute
21+
* Get-AzureVMImage and Get-AzureVMImageDetail are combined (Get-AzureVMImageDetail gives a warning message for future deprecation)
22+
* Get-AzureVMExtensionImage and Get-AzureVMExtensionImageDetail are combined (Get-AzureVMExtensionImageDetail gives a warning message for future deprecation)
23+
* Tags are added in VM resources
24+
* Get-AzureVM now gets resource group name from piping
25+
* -All switch is removed from Get-AzureVM
26+
* Get-AzureVM -Status output is updated
27+
* -Force parameter is added for Remove-AzureAvailabilitySet
28+
* Outputs of New-AzureAvailabilitySet, Get-AzureAvailabilitySet, and Remove-AzureAvailabilitySet are updated
29+
* Azure Key Vault
30+
* Update Set-AzureKeyVaultAccessPolicy and Remove-AzureKeyVaultAccessPolicy cmdlets
31+
* Fixed bugs
32+
* Azure Data Factories
33+
* Base cmdlet type switch to use Profile
34+
* New-AzureDataFactoryEncryptedValue cmdlet supporting M data sources
35+
* Azure Resource Manager
36+
* Fixed bug in Move-AzureResource cmdlet
37+
* Fixed bug in Set-AzureResource cmdlet
38+
139
2015.05.04 version 0.9.1
240
* Azure SQL Database: new support for configuring audit retention.
341
* Azure Automation
@@ -332,7 +370,7 @@
332370
* Set-AzureVMCustomScriptExtension
333371
* Set-AzureVMAccessExtension
334372
* Show 'Regions' property for Get-AzureVMAvailableExtensions cmdlet
335-
* Add 'ResizedSizeInGB' pramater for the following cmdlets
373+
* Add 'ResizedSizeInGB' parameter for the following cmdlets
336374
* Update-AzureDisk
337375
* Set-AzureOSDisk
338376
* Set-AzureDataDisk (DiskName parameter is also added along with ResizedSizeInGB)
@@ -437,7 +475,7 @@
437475
* Compute
438476
* Set-AzureVMImage cmdlets - added IconUri, SmallIconUri, and ShowInGui parameters
439477
* Sql
440-
* Added Sql Servver v12 support to SQL authentication context for SqlAzure cmdlets
478+
* Added Sql Server v12 support to SQL authentication context for SqlAzure cmdlets
441479

442480
2014.11.14 Version 0.8.11
443481
* Profile
@@ -760,7 +798,7 @@
760798
* Remove-AzureVMImageOSDiskConfig
761799
* Set-AzureVMImageDataDiskConfig
762800
* Remove-AzureVMImageDataDiskConfig
763-
* Virtual network improvments
801+
* Virtual network improvements
764802
* Set-AzureVnetGatewayKey
765803
* Azure Automation cmdlets
766804
* Get-AzureAutomationAccount

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 - May 2015" ?>
4+
<?define productName="Microsoft Azure PowerShell - June 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.1" ?>
8+
<?define version="0.9.3" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)