Skip to content

Commit b63257a

Browse files
committed
Merge pull request #1 from Azure/build
Update from master
2 parents bcf9f03 + e728242 commit b63257a

File tree

789 files changed

+146501
-9249
lines changed

Some content is hidden

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

789 files changed

+146501
-9249
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\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
4650
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
@@ -50,6 +54,7 @@
5054
<XUnitTests Include=".\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll"/>
5155
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
5256
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
57+
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
5358
</ItemGroup>
5459

5560
<Target Name="InvokeMSTest">
@@ -104,7 +109,17 @@
104109
<Xunit.Runner.MSBuild.xunit Assemblies="$(ResourceManagerTestDebug)" Html="$(TestOutputDirectory)\ResourceManagerTestDebug.xunit.dll.html" Verbose="false"
105110
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
106111
</Target>
107-
112+
113+
<Target Name="TestCompute">
114+
<Xunit.Runner.MSBuild.xunit Assemblies="$(ComputeTestDebug)" Html="$(TestOutputDirectory)\ComputeTestDebug.xunit.dll.html" Verbose="false"
115+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
116+
</Target>
117+
118+
<Target Name="NetworkTestDebug">
119+
<Xunit.Runner.MSBuild.xunit Assemblies="$(NetworkTestDebug)" Html="$(TestOutputDirectory)\NetworkTestDebug.xunit.dll.html" Verbose="false"
120+
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
121+
</Target>
122+
108123
<Target Name="TestBatch">
109124
<Xunit.Runner.MSBuild.xunit Assemblies="$(BatchTestDebug)" Html="$(TestOutputDirectory)\BatchTestDebug.xunit.dll.html" Verbose="false"
110125
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
@@ -195,6 +210,13 @@
195210
IncludeTraits="$(XUnitIncludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false"/>
196211
</Target>
197212

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

ChangeLog.txt

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
2015.05.17 version 0.8.18
2+
* Azure Network
3+
* Added Cmdlets
4+
* Get-AzureVirtualNetwork
5+
* New-AzureVirtualNetwork
6+
* Remove-AzureVirtualNetwork
7+
* Set-AzureVirtualNetwork
8+
* Get-AzureVirtualNetworkSubnetConfig
9+
* New-AzureVirtualNetworkSubnetConfig
10+
* Add-AzureVirtualNetworkSubnetConfig
11+
* Set-AzureVirtualNetworkSubnetConfig
12+
* Remove-AzureVirtualNetworkSubnetConfig
13+
* Get-AzureNetworkInterface
14+
* New-AzureNetworkInterface
15+
* Remove-AzureNetworkInterface
16+
* Set-AzureNetworkInterface
17+
* Get-AzurePublicIpAddress
18+
* New-AzurePublicIpAddress
19+
* Remove-AzurePublicIpAddress
20+
* Set-AzurePublicIpAddress
21+
* Add-AzureLoadBalancerBackendAddressPoolConfig
22+
* Add-AzureLoadBalancerFrontendIpConfig
23+
* Add-AzureLoadBalancerInboundNatRuleConfig
24+
* Add-AzureLoadBalancerProbeConfig
25+
* Add-AzureLoadBalancerRuleConfig
26+
* Get-AzureLoadBalancer
27+
* Get-AzureLoadBalancerBackendAddressPoolConfig
28+
* Get-AzureLoadBalancerFrontendIpConfig
29+
* Get-AzureLoadBalancerInboundNatRuleConfig
30+
* Get-AzureLoadBalancerProbeConfig*
31+
* Get-AzureLoadBalancerRuleConfig
32+
* New-AzureLoadBalancer
33+
* New-AzureLoadBalancerBackendAddressPoolConfig
34+
* New-AzureLoadBalancerFrontendIpConfig
35+
* New-AzureLoadBalancerInboundNatRuleConfig
36+
* New-AzureLoadBalancerProbeConfig
37+
* New-AzureLoadBalancerRuleConfig
38+
* Remove-AzureLoadBalancer
39+
* Remove-AzureLoadBalancerBackendAddressPoolConfig
40+
* Remove-AzureLoadBalancerFrontendIpConfig
41+
* Remove-AzureLoadBalancerInboundNatRuleConfig
42+
* Remove-AzureLoadBalancerProbeConfig
43+
* Remove-AzureLoadBalancerRuleConfig
44+
* Set-AzureLoadBalancer
45+
* Set-AzureLoadBalancerFrontendIpConfig
46+
* Set-AzureLoadBalancerInboundNatRuleConfig
47+
* Set-AzureLoadBalancerProbeConfig
48+
* Set-AzureLoadBalancerRuleConfig
49+
* Get-AzureNetworkSecurityGroup
50+
* New-AzureNetworkSecurityGroup
51+
* Remove-AzureNetworkSecurityGroup
52+
* Set-AzureNetworkSecurityGroup
53+
* Get-AzureNetworkSecurityRuleConfig
54+
* New-AzureNetworkSecurityRuleConfig
55+
* Remove-AzureNetworkSecurityRuleConfig
56+
* Add-AzureNetworkSecurityRuleConfig
57+
* Set-AzureNetworkSecurityRuleConfig
58+
59+
2015.04.28 version 0.8.17
60+
* Azure Batch
61+
* Added cmdlets
62+
* New-AzureBatchVMUser
63+
* Remove-AzureBatchVMUser
64+
* Get-AzureBatchRDPFile
65+
* Get-AzureBatchVMFileContents
66+
167
2015.03.31 version 0.8.16
268
* Azure Data Factory:
369
* Fixes for clean install and subscription registration issues

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

build.proj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,23 @@
9090

9191
<!-- Delete NuGet cache-->
9292
<Delete Files="@(NuGetCache)" />
93+
94+
<Delete Files="$(NuGetRestoreConfigFile)" />
95+
<WriteLinesToFile
96+
File="$(NuGetRestoreConfigFile)"
97+
Lines="&lt;configuration&gt;&lt;/configuration&gt;"
98+
Overwrite="true"
99+
Encoding="Unicode"/>
100+
101+
<Exec Command="$(NuGetCommand) sources add -Name LocalFeed -Source &quot;$(MSBuildProjectDirectory)\tools\LocalFeed&quot; $(NuGetRestoreConfigSwitch)"/>
93102

94103
<!-- Restore packages -->
95-
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\AzurePowerShell.sln" ContinueOnError="false" />
104+
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\AzurePowerShell.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
96105

97106
<!--Restore the xunit runner needed to run unit tests-->
98107
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\packages.config -PackagesDirectory $(MSBuildProjectDirectory)\packages" />
108+
109+
<Delete Files="$(NuGetRestoreConfigFile)" />
99110
</Target>
100111

101112
<!-- Build all flavors of the Cmdlets -->

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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" ?>
8+
<?define version="0.8.16.1" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)