Skip to content

Commit b795424

Browse files
committed
Merge pull request #4 from Azure/ignite
Ignite
2 parents a1d0a42 + 02c575c commit b795424

File tree

1,217 files changed

+248001
-20948
lines changed

Some content is hidden

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

1,217 files changed

+248001
-20948
lines changed

AzurePowershell.Test.targets

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
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>
1010
<SqlTestDebug>.\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll</SqlTestDebug>
11+
<ComputeTestDebug>.\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll</ComputeTestDebug>
12+
<NetworkTestDebug>.\src\ResourceManager\Network\Commands.Network.Test\bin\Debug\Microsoft.Azure.Commands.Network.Test.dll</NetworkTestDebug>
1113
<AzureRTTestSettings>.\src\AzureRT.testsettings</AzureRTTestSettings>
1214
<AzureRTTestContainer>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</AzureRTTestContainer>
1315
<StorageScenarioTestDebug>src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\bin\Debug\CLITest.dll</StorageScenarioTestDebug>
@@ -41,6 +43,8 @@
4143
<XUnitTests Include=".\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll"/>
4244
<XUnitTests Include=".\src\ServiceManagement\StorSimple\Commands.StorSimple.Test\bin\Debug\Microsoft.WindowsAzure.Commands.StorSimple.Test.dll"/>
4345
<XUnitTests Include=".\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll"/>
46+
<XUnitTests Include=".\src\ResourceManager\Compute\Commands.Compute.Test\bin\Debug\Microsoft.Azure.Commands.Compute.Test.dll"/>
47+
<XUnitTests Include=".\src\ResourceManager\Network\Commands.Network.Test\bin\Debug\Microsoft.Azure.Commands.Network.Test.dll"/>
4448
<XUnitTests Include=".\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll"/>
4549
<XUnitTests Include=".\src\ResourceManager\Dns\Commands.Dns.Test\bin\Debug\Microsoft.Azure.Commands.Dns.Test.dll"/>
4650
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
@@ -51,6 +55,7 @@
5155
<XUnitTests Include=".\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll"/>
5256
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
5357
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
58+
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
5459
</ItemGroup>
5560

5661
<Target Name="InvokeMSTest">
@@ -105,7 +110,17 @@
105110
<Xunit.Runner.MSBuild.xunit Assemblies="$(ResourceManagerTestDebug)" Html="$(TestOutputDirectory)\ResourceManagerTestDebug.xunit.dll.html" Verbose="false"
106111
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
107112
</Target>
108-
113+
114+
<Target Name="TestCompute">
115+
<Xunit.Runner.MSBuild.xunit Assemblies="$(ComputeTestDebug)" Html="$(TestOutputDirectory)\ComputeTestDebug.xunit.dll.html" Verbose="false"
116+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
117+
</Target>
118+
119+
<Target Name="NetworkTestDebug">
120+
<Xunit.Runner.MSBuild.xunit Assemblies="$(NetworkTestDebug)" Html="$(TestOutputDirectory)\NetworkTestDebug.xunit.dll.html" Verbose="false"
121+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
122+
</Target>
123+
109124
<Target Name="TestBatch">
110125
<Xunit.Runner.MSBuild.xunit Assemblies="$(BatchTestDebug)" Html="$(TestOutputDirectory)\BatchTestDebug.xunit.dll.html" Verbose="false"
111126
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
@@ -196,6 +211,13 @@
196211
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false"/>
197212
</Target>
198213

214+
<!-- Run the Compute tests -->
215+
<Target Name="ComputeTests">
216+
<Message Importance="high" Text="Running Compute tests" />
217+
<Xunit.Runner.MSBuild.xunit Assemblies="$(ComputeTestDebug)" Html="$(TestOutputDirectory)\ComputeTests.xunit.dll.html" Verbose="false"
218+
ExcludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
219+
</Target>
220+
199221
<!-- Run the sql tests -->
200222
<Target Name="SqlTests">
201223
<Message Importance="high" Text="Running Sql tests" />
@@ -254,7 +276,7 @@
254276
<Message Importance="high" Text="Running a specific tests..." />
255277
<Delete Files="$(TestOutputDirectory)\RTFunctionalDebug.trx" />
256278
<Exec
257-
Command="for /l %%x in (1, 1, $(RepeatTimes)) do MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug%%x.trx"
279+
Command="for /l %%x in (1, 1, $(RepeatTimes)) do MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTTestSettings) /test:$(TestName) /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug%%x.trx"
258280
ContinueOnError="false" />
259281
</Target>
260282

ChangeLog.txt

Lines changed: 114 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,102 @@
1-
2015.04.28 version 0.8.17
1+
2015.05.17 version 0.8.18
2+
* Azure HDInsight:
3+
* Added support for creating WindowsPaas cluster with RDP Access Enabled by default
4+
* Added cmdlets
5+
* Grant-AzureHdinsightRdpAccess
6+
* Revoke-AzureHdinsightRdpAccess
7+
* Azure Network
8+
* Added Cmdlets
9+
* Get-AzureVirtualNetwork
10+
* New-AzureVirtualNetwork
11+
* Remove-AzureVirtualNetwork
12+
* Set-AzureVirtualNetwork
13+
* Get-AzureVirtualNetworkSubnetConfig
14+
* New-AzureVirtualNetworkSubnetConfig
15+
* Add-AzureVirtualNetworkSubnetConfig
16+
* Set-AzureVirtualNetworkSubnetConfig
17+
* Remove-AzureVirtualNetworkSubnetConfig
18+
* Get-AzureNetworkInterface
19+
* New-AzureNetworkInterface
20+
* Remove-AzureNetworkInterface
21+
* Set-AzureNetworkInterface
22+
* Get-AzurePublicIpAddress
23+
* New-AzurePublicIpAddress
24+
* Remove-AzurePublicIpAddress
25+
* Set-AzurePublicIpAddress
26+
* Add-AzureLoadBalancerBackendAddressPoolConfig
27+
* Add-AzureLoadBalancerFrontendIpConfig
28+
* Add-AzureLoadBalancerInboundNatRuleConfig
29+
* Add-AzureLoadBalancerProbeConfig
30+
* Add-AzureLoadBalancerRuleConfig
31+
* Get-AzureLoadBalancer
32+
* Get-AzureLoadBalancerBackendAddressPoolConfig
33+
* Get-AzureLoadBalancerFrontendIpConfig
34+
* Get-AzureLoadBalancerInboundNatRuleConfig
35+
* Get-AzureLoadBalancerProbeConfig
36+
* Get-AzureLoadBalancerRuleConfig
37+
* New-AzureLoadBalancer
38+
* New-AzureLoadBalancerBackendAddressPoolConfig
39+
* New-AzureLoadBalancerFrontendIpConfig
40+
* New-AzureLoadBalancerInboundNatRuleConfig
41+
* New-AzureLoadBalancerProbeConfig
42+
* New-AzureLoadBalancerRuleConfig
43+
* Remove-AzureLoadBalancer
44+
* Remove-AzureLoadBalancerBackendAddressPoolConfig
45+
* Remove-AzureLoadBalancerFrontendIpConfig
46+
* Remove-AzureLoadBalancerInboundNatRuleConfig
47+
* Remove-AzureLoadBalancerProbeConfig
48+
* Remove-AzureLoadBalancerRuleConfig
49+
* Set-AzureLoadBalancer
50+
* Set-AzureLoadBalancerFrontendIpConfig
51+
* Set-AzureLoadBalancerInboundNatRuleConfig
52+
* Set-AzureLoadBalancerProbeConfig
53+
* Set-AzureLoadBalancerRuleConfig
54+
* Get-AzureNetworkSecurityGroup
55+
* New-AzureNetworkSecurityGroup
56+
* Remove-AzureNetworkSecurityGroup
57+
* Set-AzureNetworkSecurityGroup
58+
* Get-AzureNetworkSecurityRuleConfig
59+
* New-AzureNetworkSecurityRuleConfig
60+
* Remove-AzureNetworkSecurityRuleConfig
61+
* Add-AzureNetworkSecurityRuleConfig
62+
* Set-AzureNetworkSecurityRuleConfig
63+
* Get-AzureRemoteDesktopFile
64+
* Azure Storage
65+
* Added cmdlets in AzureResourceManager Mode
66+
* New-AzureStorageAccount
67+
* Get-AzureStorageAccount
68+
* Set-AzureStorageAccount
69+
* Remove-AzureStorageAccount
70+
* New-AzureStorageAccountKey
71+
* Get-AzureStorageAccountKey
72+
* Made Azure Storage data cmdlets work in AzureResourceManager Mode
73+
74+
2015.04.28 version 0.8.17
275
* Azure Batch
376
* Added cmdlets
477
* New-AzureBatchVMUser
578
* Remove-AzureBatchVMUser
79+
* Get-AzureBatchRDPFile
80+
* Get-AzureBatchVMFileContents
81+
* StorSimple: New StorSimple commands in AzureServiceManagement mode
82+
* Added cmdlets
83+
* Confirm-AzureStorSimpleLegacyVolumeContainerStatus
84+
* Get-AzureStorSimpleLegacyVolumeContainerConfirmStatus
85+
* Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
86+
* Get-AzureStorSimpleLegacyVolumeContainerStatus
87+
* Import-AzureStorSimpleLegacyApplianceConfig
88+
* Import-AzureStorSimpleLegacyVolumeContainer
89+
* Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
90+
* New-AzureStorSimpleVirtualDeviceCommand
91+
* Get-AzureStorSimpleJob
92+
* Stop-AzureStorSimpleJob
93+
* Start-AzureStorSimpleBackupCloneJob
94+
* Get-AzureStorSimpleFailoverVolumeContainers
95+
* Start-AzureStorSimpleDeviceFailoverJob
96+
* New-AzureStorSimpleNetworkConfig
97+
* Set-AzureStorSimpleDevice
98+
* Set-AzureStorSimpleVirtualDevice
99+
6100

7101
2015.03.31 version 0.8.16
8102
* Azure Data Factory:
@@ -74,9 +168,9 @@
74168
* Set-AzureRemoteAppWorkspace
75169
* Unpublish-AzureRemoteAppProgram
76170
* Update-AzureRemoteAppCollection
77-
171+
78172
* Storage: new cmdlets
79-
* Get-AzureStorageContainerStoredAccessPolicy
173+
* Get-AzureStorageContainerStoredAccessPolicy
80174
* Get-AzureStorageQueueStoredAccessPolicy
81175
* Get-AzureStorageTableStoredAccessPolicy
82176
* New-AzureStorageContainerStoredAccessPolicy
@@ -120,7 +214,7 @@
120214
* Start-AzureSiteRecoveryCommitFailoverJob
121215
* Start-AzureSiteRecoveryPlannedFailoverJob
122216
* Start-AzureSiteRecoveryTestFailoverJob
123-
217+
124218
* Azure ExpressRoute cmdlet updates
125219
* Fixed bugs in:
126220
* New-AzureDedicatedCircuit
@@ -133,12 +227,12 @@
133227
* Update-AzureDedicatedCircuitBandwidth
134228

135229
* Azure SQL Database: new cmdlets for managing database dynamic data masking policies:
136-
* Get-AzureSqlDatabaseDataMaskingPolicy
137-
* Set-AzureSqlDatabaseDataMaskingPolicy
138-
* New-AzureSqlDatabaseDataMaskingRule
139-
* Get-AzureSqlDatabaseDataMaskingRule
140-
* Set-AzureSqlDatabaseDataMaskingRule
141-
* Remove-AzureSqlDatabaseDataMaskingRule
230+
* Get-AzureSqlDatabaseDataMaskingPolicy
231+
* Set-AzureSqlDatabaseDataMaskingPolicy
232+
* New-AzureSqlDatabaseDataMaskingRule
233+
* Get-AzureSqlDatabaseDataMaskingRule
234+
* Set-AzureSqlDatabaseDataMaskingRule
235+
* Remove-AzureSqlDatabaseDataMaskingRule
142236

143237
* Azure Batch: new cmdlets:
144238
* Get-AzureBatchPool
@@ -156,22 +250,22 @@
156250
* Update-AzureDisk
157251
* Set-AzureOSDisk
158252
* Set-AzureDataDisk (DiskName parameter is also added along with ResizedSizeInGB)
159-
160-
* AzureProfile:
253+
254+
* AzureProfile:
161255
* New cmdlets to manage in-memory profiles
162256
* New-AzureProfile: Create a new in-memory Profile
163257
* Select-AzureProfile: Select the profile to be used in the current session
164258
* Added -Profile parameter to every cmdlet - the cmdlet will use the passed-in profile to authenticate with Azure
165-
259+
166260
2015.02.12 version 0.8.14
167261
* StorSimple: New StorSimple commands in AzureServiceManagement mode:
168262
* GetAzureStorSimpleAccessControlRecord
169263
* GetAzureStorSimpleStorageAccountCredential
170264
* RemoveAzureStorSimpleAccessControlRecord
171265
* RemoveAzureStorSimpleStorageAccountCredential
172266
* SetAzureStorSimpleAccessControlRecord
173-
* GetAzureStorSimpleDeviceVolume
174-
* RemoveAzureStorSimpleDeviceVolume
267+
* GetAzureStorSimpleDeviceVolume
268+
* RemoveAzureStorSimpleDeviceVolume
175269
* GetAzureStorSimpleDeviceVolumeContainer
176270
* RemoveAzureStorSimpleDeviceVolumeContainer
177271
* GetAzureStorSimpleDevice
@@ -203,19 +297,19 @@
203297
* ClusterType (update): New value (Spark) can be specified as cluster type
204298
* Add-AzureHDInsightConfigValues cmdlet:
205299
* Spark (new): collection of configuration properties can be passed in to customize the Spark service
206-
300+
207301
* Azure Insights cmdlets in AzureResourceManager Mode:
208302
* Get-AzureCrrelationLogId
209303
* Get-AzureResourceGroupLog
210304
* Get-AzureResourceLog
211305
* Get-AzureResourceProviderLog
212306
* Get-AzureSubscriptionIdLog
213-
307+
214308
* Azure VM cmdlets
215309
* Get-AzureVMDscExtentionStatus: Get the DSC Extension status for a cloud service or VM
216-
310+
217311
* Updates and bug fixes for AzureAutomation and AzureDataFactory cmdlets
218-
312+
219313
2015.01.08 version 0.8.13
220314
* Key Vault Service - new cmdlets in AzureResourceManager mode:
221315
* Keys:
@@ -297,7 +391,7 @@
297391
* Remove-AzureSqlDatabaseServerAuditing
298392
* Use-AzureSqlDatabaseServerAuditingPolicy
299393
* Allow users to define which storage account key (Primary or Secondary) to use when defining audit policy, using the “StorageKeyType” parameter.
300-
394+
301395
2014.10.27 Version 0.8.10
302396
* Azure Data Factory cmdlets in AzureResourceManager mode
303397
* New-AzureDataFactory

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ For detail descriptions and examples of the cmdlets, type
122122
* ```help azure``` to get all the cmdlets.
123123
* ```help node-dev``` to get all Node.js development related cmdlets.
124124
* ```help php-dev``` to get all PHP development related cmdlets.
125-
* ```help python-dev``` to get all Python development related cmdlets.
126125
* ```help <cmdlet name>``` to get the details of a specific cmdlet.
127126

128127
## Supported Environments

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

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

0 commit comments

Comments
 (0)