Skip to content

Commit 17ed73f

Browse files
committed
Merge branch 'preview' of https://github.com/Azure/azure-powershell into loganalytics
# Conflicts: # src/ResourceManager/Compute/ChangeLog.md
2 parents b0a0d51 + aab3861 commit 17ed73f

34 files changed

+3931
-1724
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/BatchApplicationPackageTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class BatchApplicationPackageTests : WindowsAzure.Commands.Test.Utilities
2626
private const string version = "foo";
2727

2828
[Fact]
29-
[Trait(Category.AcceptanceType, Category.CheckIn)]
29+
[Trait(Category.AcceptanceType, Category.Flaky)]
3030
public void TestUploadApplicationPackage()
3131
{
3232
string id = "newApplicationPackage";
@@ -56,7 +56,7 @@ public void TestUploadApplicationPackage()
5656
}
5757

5858
[Fact]
59-
[Trait(Category.AcceptanceType, Category.CheckIn)]
59+
[Trait(Category.AcceptanceType, Category.Flaky)]
6060
public void TestUpdateApplicationPackage()
6161
{
6262
string id = "updateApplicationPackage";
@@ -86,7 +86,7 @@ public void TestUpdateApplicationPackage()
8686
}
8787

8888
[Fact]
89-
[Trait(Category.AcceptanceType, Category.CheckIn)]
89+
[Trait(Category.AcceptanceType, Category.Flaky)]
9090
public void TestCreatePoolWithApplicationPackage()
9191
{
9292
string id = "createPoolWithApplicationPackage";
@@ -115,7 +115,7 @@ public void TestCreatePoolWithApplicationPackage()
115115
}
116116

117117
[Fact]
118-
[Trait(Category.AcceptanceType, Category.CheckIn)]
118+
[Trait(Category.AcceptanceType, Category.Flaky)]
119119
public void TestUpdatePoolWithApplicationPackage()
120120
{
121121
string id = "updatePoolWithApplicationPackage";

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/CertificateTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ public CertificateTests(Xunit.Abstractions.ITestOutputHelper output)
2828
}
2929

3030
[Fact]
31-
[Trait(Category.AcceptanceType, Category.CheckIn)]
31+
[Trait(Category.AcceptanceType, Category.Flaky)]
3232
public void TestCertificateCrudOperations()
3333
{
3434
BatchController.NewInstance.RunPsTest("Test-CertificateCrudOperations");
3535
}
3636

3737
[Fact]
38-
[Trait(Category.AcceptanceType, Category.CheckIn)]
38+
[Trait(Category.AcceptanceType, Category.Flaky)]
3939
public void TestCancelCertificateDelete()
4040
{
4141
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/ComputeNodeTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public ComputeNodeTests(Xunit.Abstractions.ITestOutputHelper output)
2929
}
3030

3131
[Fact]
32-
[Trait(Category.AcceptanceType, Category.CheckIn)]
32+
[Trait(Category.AcceptanceType, Category.Flaky)]
3333
public void TestRemoveComputeNodes()
3434
{
3535
BatchController controller = BatchController.NewInstance;
@@ -52,7 +52,7 @@ public void TestRemoveComputeNodes()
5252
}
5353

5454
[Fact]
55-
[Trait(Category.AcceptanceType, Category.CheckIn)]
55+
[Trait(Category.AcceptanceType, Category.Flaky)]
5656
public void TestRebootAndReimageComputeNode()
5757
{
5858
BatchController controller = BatchController.NewInstance;
@@ -75,7 +75,7 @@ public void TestRebootAndReimageComputeNode()
7575
}
7676

7777
[Fact]
78-
[Trait(Category.AcceptanceType, Category.CheckIn)]
78+
[Trait(Category.AcceptanceType, Category.Flaky)]
7979
public void TestDisableAndEnableComputeNodeScheduling()
8080
{
8181
BatchController controller = BatchController.NewInstance;
@@ -95,7 +95,7 @@ public void TestDisableAndEnableComputeNodeScheduling()
9595
}
9696

9797
[Fact]
98-
[Trait(Category.AcceptanceType, Category.CheckIn)]
98+
[Trait(Category.AcceptanceType, Category.Flaky)]
9999
public void TestGetComputeNodeRemoteLoginSettings()
100100
{
101101
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/FileTests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public FileTests(Xunit.Abstractions.ITestOutputHelper output)
3030
}
3131

3232
[Fact]
33-
[Trait(Category.AcceptanceType, Category.CheckIn)]
33+
[Trait(Category.AcceptanceType, Category.Flaky)]
3434
public void TestGetNodeFileContentByTask()
3535
{
3636
BatchController controller = BatchController.NewInstance;
@@ -58,7 +58,7 @@ public void TestGetNodeFileContentByTask()
5858
}
5959

6060
[Fact]
61-
[Trait(Category.AcceptanceType, Category.CheckIn)]
61+
[Trait(Category.AcceptanceType, Category.Flaky)]
6262
public void TestGetNodeFileContentByComputeNode()
6363
{
6464
BatchController controller = BatchController.NewInstance;
@@ -77,7 +77,7 @@ public void TestGetNodeFileContentByComputeNode()
7777
}
7878

7979
[Fact]
80-
[Trait(Category.AcceptanceType, Category.CheckIn)]
80+
[Trait(Category.AcceptanceType, Category.Flaky)]
8181
public void TestGetRemoteDesktopProtocolFile()
8282
{
8383
BatchController controller = BatchController.NewInstance;
@@ -96,7 +96,7 @@ public void TestGetRemoteDesktopProtocolFile()
9696
}
9797

9898
[Fact]
99-
[Trait(Category.AcceptanceType, Category.CheckIn)]
99+
[Trait(Category.AcceptanceType, Category.Flaky)]
100100
public void TestDeleteNodeFileByTask()
101101
{
102102
BatchController controller = BatchController.NewInstance;
@@ -123,7 +123,7 @@ public void TestDeleteNodeFileByTask()
123123
}
124124

125125
[Fact]
126-
[Trait(Category.AcceptanceType, Category.CheckIn)]
126+
[Trait(Category.AcceptanceType, Category.Flaky)]
127127
public void TestDeleteNodeFileByComputeNode()
128128
{
129129
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/JobScheduleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void TestJobScheduleCRUD()
3434

3535

3636
[Fact]
37-
[Trait(Category.AcceptanceType, Category.CheckIn)]
37+
[Trait(Category.AcceptanceType, Category.Flaky)]
3838
public void TestDisableEnableTerminateJobSchedule()
3939
{
4040
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/JobTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ public JobTests(Xunit.Abstractions.ITestOutputHelper output)
2828
}
2929

3030
[Fact]
31-
[Trait(Category.AcceptanceType, Category.CheckIn)]
31+
[Trait(Category.AcceptanceType, Category.Flaky)]
3232
public void TestJobCRUD()
3333
{
3434
BatchController.NewInstance.RunPsTest("Test-JobCRUD");
3535
}
3636

3737

3838
[Fact]
39-
[Trait(Category.AcceptanceType, Category.CheckIn)]
39+
[Trait(Category.AcceptanceType, Category.Flaky)]
4040
public void TestDisableEnableTerminateJob()
4141
{
4242
BatchController controller = BatchController.NewInstance;
@@ -59,7 +59,7 @@ public void TestDisableEnableTerminateJob()
5959
}
6060

6161
[Fact]
62-
[Trait(Category.AcceptanceType, Category.CheckIn)]
62+
[Trait(Category.AcceptanceType, Category.Flaky)]
6363
public void IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails()
6464
{
6565
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/PoolTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ public PoolTests(Xunit.Abstractions.ITestOutputHelper output)
3131
}
3232

3333
[Fact]
34-
[Trait(Category.AcceptanceType, Category.CheckIn)]
34+
[Trait(Category.AcceptanceType, Category.Flaky)]
3535
public void TestPoolCRUD()
3636
{
3737
BatchController.NewInstance.RunPsTest("Test-PoolCRUD");
3838
}
3939

4040
[Fact]
41-
[Trait(Category.AcceptanceType, Category.CheckIn)]
41+
[Trait(Category.AcceptanceType, Category.Flaky)]
4242
public void TestResizeAndStopResizePool()
4343
{
4444
BatchController controller = BatchController.NewInstance;
@@ -60,7 +60,7 @@ public void TestResizeAndStopResizePool()
6060
}
6161

6262
[Fact]
63-
[Trait(Category.AcceptanceType, Category.CheckIn)]
63+
[Trait(Category.AcceptanceType, Category.Flaky)]
6464
public void TestAutoScaleActions()
6565
{
6666
BatchController controller = BatchController.NewInstance;
@@ -82,7 +82,7 @@ public void TestAutoScaleActions()
8282
}
8383

8484
[Fact]
85-
[Trait(Category.AcceptanceType, Category.CheckIn)]
85+
[Trait(Category.AcceptanceType, Category.Flaky)]
8686
public void TestChangeOSVersion()
8787
{
8888
BatchController controller = BatchController.NewInstance;

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/TaskTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public TaskTests(Xunit.Abstractions.ITestOutputHelper output)
2626
}
2727

2828
[Fact]
29-
[Trait(Category.AcceptanceType, Category.CheckIn)]
29+
[Trait(Category.AcceptanceType, Category.Flaky)]
3030
public void TestTaskCRUD()
3131
{
3232
BatchController controller = BatchController.NewInstance;
@@ -48,7 +48,7 @@ public void TestTaskCRUD()
4848
}
4949

5050
[Fact]
51-
[Trait(Category.AcceptanceType, Category.CheckIn)]
51+
[Trait(Category.AcceptanceType, Category.Flaky)]
5252
public void TestCreateTaskCollection()
5353
{
5454
BatchController controller = BatchController.NewInstance;
@@ -70,7 +70,7 @@ public void TestCreateTaskCollection()
7070
}
7171

7272
[Fact]
73-
[Trait(Category.AcceptanceType, Category.CheckIn)]
73+
[Trait(Category.AcceptanceType, Category.Flaky)]
7474
public void TestTerminateTask()
7575
{
7676
BatchController controller = BatchController.NewInstance;
@@ -97,7 +97,7 @@ public void TestTerminateTask()
9797
}
9898

9999
[Fact]
100-
[Trait(Category.AcceptanceType, Category.CheckIn)]
100+
[Trait(Category.AcceptanceType, Category.Flaky)]
101101
public void TestListAllSubtasks()
102102
{
103103
BatchController controller = BatchController.NewInstance;

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ public class Category
6565
public const string BVT = "BVT";
6666

6767
public const string CheckIn = "CheckIn";
68+
69+
public const string Flaky = "Flaky";
6870

6971
// Run Type
7072
public const string RunType = "RunType";

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
-->
2020
## Current Release
2121
* Log analytic feature
22-
- Added Export-AzureRmLogAnalyticRequestRateByInterval cmdlet
23-
- Added Export-AzureRmLogAnalyticThrottledRequests cmdlet
24-
22+
- Added `Export-AzureRmLogAnalyticRequestRateByInterval` cmdlet
23+
- Added `Export-AzureRmLogAnalyticThrottledRequests` cmdlet
24+
* `New-AzureRmVmss` supports public IP address, load balancing rules, inbound NAT rules.
2525
* WriteAccelerator feature
2626
- Added WriteAccelerator switch parameter to the following cmdlets:
2727
Set-AzureRmVMOSDisk

0 commit comments

Comments
 (0)