Skip to content

Commit 4f58c4b

Browse files
committed
Merge pull request Azure#506 from Azure/dev
HPF PR: dev <- Azure:dev
2 parents c8d4de7 + be186b5 commit 4f58c4b

File tree

20 files changed

+4520
-160
lines changed

20 files changed

+4520
-160
lines changed

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '1.2.5'
12+
ModuleVersion = '1.2.6'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '0a83c907-1ffb-4d87-a492-c65ac7d7ed37'

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@
365365
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineScaleSetTests\TestVirtualMachineScaleSet.json">
366366
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
367367
</None>
368+
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineScaleSetTests\TestVirtualMachineScaleSetLB.json">
369+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
370+
</None>
368371
<None Include="SessionRecords\Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineScaleSetTests\TestVirtualMachineScaleSetReimageUpdate.json">
369372
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
370373
</None>

src/ResourceManager/Compute/Commands.Compute.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("28fe3fc0-6fdf-4f01-8a82-d7b4a834ddd2")]
3434

35-
[assembly: AssemblyVersion("1.2.5")]
36-
[assembly: AssemblyFileVersion("1.2.5")]
35+
[assembly: AssemblyVersion("1.2.6")]
36+
[assembly: AssemblyFileVersion("1.2.6")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineScaleSetTests.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@ public void TestVirtualMachineScaleSetReimageUpdate()
3232
{
3333
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineScaleSetReimageUpdate");
3434
}
35+
36+
[Fact]
37+
[Trait(Category.AcceptanceType, Category.CheckIn)]
38+
public void TestVirtualMachineScaleSetLB()
39+
{
40+
ComputeTestController.NewInstance.RunPsTest("Test-VirtualMachineScaleSetLB");
41+
}
42+
3543
}
3644
}

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineScaleSetTests.ps1

Lines changed: 253 additions & 130 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)