Skip to content

Commit 4982ea7

Browse files
author
jasper-schneider
committed
Re-record scenario tests
1 parent 421570b commit 4982ea7

File tree

97 files changed

+11475
-103066
lines changed

Some content is hidden

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

97 files changed

+11475
-103066
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ public void TestEnableAutoScaleById()
306306
() =>
307307
{
308308
context = ScenarioTestHelpers.GetBatchAccountContextWithKeys(controller, commonAccountName);
309+
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
309310
ScenarioTestHelpers.DisableAutoScale(controller, context, testPoolId);
310311
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
311312
},
@@ -328,6 +329,7 @@ public void TestEnableAutoScaleByPipeline()
328329
() =>
329330
{
330331
context = ScenarioTestHelpers.GetBatchAccountContextWithKeys(controller, commonAccountName);
332+
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
331333
ScenarioTestHelpers.DisableAutoScale(controller, context, testPoolId);
332334
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
333335
},
@@ -350,6 +352,7 @@ public void TestDisableAutoScaleById()
350352
() =>
351353
{
352354
context = ScenarioTestHelpers.GetBatchAccountContextWithKeys(controller, commonAccountName);
355+
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
353356
ScenarioTestHelpers.EnableAutoScale(controller, context, testPoolId);
354357
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
355358
},
@@ -369,6 +372,7 @@ public void TestDisableAutoScaleByPipeline()
369372
() =>
370373
{
371374
context = ScenarioTestHelpers.GetBatchAccountContextWithKeys(controller, commonAccountName);
375+
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
372376
ScenarioTestHelpers.EnableAutoScale(controller, context, testPoolId);
373377
ScenarioTestHelpers.WaitForSteadyPoolAllocation(controller, context, testPoolId);
374378
},
@@ -421,14 +425,14 @@ public void TestEvaluateAutoScaleByPipeline()
421425
TestUtilities.GetCurrentMethodName());
422426
}
423427

424-
[Fact]
428+
[Fact(Skip = "WATaskOSFamilyVersions table appears to be out of date, re-record when updated")]
425429
[Trait(Category.AcceptanceType, Category.CheckIn)]
426430
public void TestChangeOSVersionById()
427431
{
428432
TestChangeOSVersion(false);
429433
}
430434

431-
[Fact]
435+
[Fact(Skip = "WATaskOSFamilyVersions table appears to be out of date, re-record when updated")]
432436
[Trait(Category.AcceptanceType, Category.CheckIn)]
433437
public void TestChangeOSVersionPipeline()
434438
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class ScenarioTestHelpers
4444
// $startTask = New-Object Microsoft.Azure.Commands.Batch.Models.PSStartTask
4545
// $startTask.CommandLine = "cmd /c echo hello"
4646
// New-AzureBatchPool -Id "testPool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -TargetDedicated 3 -StartTask $startTask -BatchContext $context
47-
internal const string SharedAccount = "pstests";
47+
internal const string SharedAccount = "pstestaccount";
4848
internal const string SharedPool = "testPool";
4949
internal const string SharedPoolStartTaskStdOut = "startup\\stdout.txt";
5050
internal const string SharedPoolStartTaskStdOutContent = "hello";

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestAddCertificate.json

Lines changed: 170 additions & 3974 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCancelCertificateDelete.json

Lines changed: 293 additions & 13270 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestDeleteCertificate.json

Lines changed: 124 additions & 3638 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestGetAndListCertificatesWithSelect.json

Lines changed: 203 additions & 200 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestGetCertificateByThumbprint.json

Lines changed: 190 additions & 3977 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestListAllCertificates.json

Lines changed: 188 additions & 5597 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestListCertificatesByFilter.json

Lines changed: 222 additions & 785 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestListCertificatesWithMaxCount.json

Lines changed: 190 additions & 5599 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetAndListComputeNodesWithSelect.json

Lines changed: 115 additions & 617 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetComputeNodeById.json

Lines changed: 57 additions & 204 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestListAllComputeNodes.json

Lines changed: 95 additions & 248 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestListComputeNodePipeline.json

Lines changed: 88 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestListComputeNodesByFilter.json

Lines changed: 93 additions & 246 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestListComputeNodesWithMaxCount.json

Lines changed: 55 additions & 208 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootComputeNodeById.json

Lines changed: 97 additions & 195 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootComputeNodePipeline.json

Lines changed: 106 additions & 308 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestReimageComputeNodeById.json

Lines changed: 97 additions & 195 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestReimageComputeNodePipeline.json

Lines changed: 106 additions & 455 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestCreateComputeNodeUser.json

Lines changed: 88 additions & 134 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestCreateComputeNodeUserPipeline.json

Lines changed: 97 additions & 247 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestDeleteComputeNodeUser.json

Lines changed: 98 additions & 205 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestUpdateComputeNodeUser.json

Lines changed: 98 additions & 248 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileByComputeNodeByName.json

Lines changed: 92 additions & 153 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileByTaskByName.json

Lines changed: 121 additions & 629 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileContentByComputeNodeByName.json

Lines changed: 114 additions & 480 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileContentByComputeNodeByPipeline.json

Lines changed: 92 additions & 153 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileContentByTaskByName.json

Lines changed: 128 additions & 697 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetNodeFileContentByTaskPipeline.json

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

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetRemoteDesktopProtocolFileById.json

Lines changed: 88 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestGetRemoteDesktopProtocolFilePipeline.json

Lines changed: 88 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListAllNodeFilesByComputeNode.json

Lines changed: 97 additions & 244 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListAllNodeFilesByTask.json

Lines changed: 139 additions & 800 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFileByComputeNodePipeline.json

Lines changed: 88 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFileByTaskPipeline.json

Lines changed: 168 additions & 1129 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByComputeNodeByFilter.json

Lines changed: 97 additions & 244 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByComputeNodeRecursive.json

Lines changed: 88 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByComputeNodeWithMaxCount.json

Lines changed: 97 additions & 244 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByTaskByFilter.json

Lines changed: 139 additions & 800 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByTaskRecursive.json

Lines changed: 126 additions & 683 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.FileTests/TestListNodeFilesByTaskWithMaxCount.json

Lines changed: 139 additions & 800 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDeleteJobSchedule.json

Lines changed: 93 additions & 237 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDeleteJobSchedulePipeline.json

Lines changed: 102 additions & 396 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDisableAndEnableJobSchedule.json

Lines changed: 194 additions & 2148 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestGetAndListJobSchedulesWithSelect.json

Lines changed: 111 additions & 457 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestGetJobScheduleById.json

Lines changed: 88 additions & 134 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestListAllJobSchedules.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestListJobSchedulesByFilter.json

Lines changed: 116 additions & 860 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestListJobSchedulesWithMaxCount.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestNewJobSchedule.json

Lines changed: 82 additions & 844 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestTerminateJobScheduleById.json

Lines changed: 97 additions & 198 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestTerminateJobSchedulePipeline.json

Lines changed: 106 additions & 317 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestUpdateJobSchedule.json

Lines changed: 104 additions & 309 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDeleteJob.json

Lines changed: 95 additions & 239 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDeleteJobPipeline.json

Lines changed: 104 additions & 398 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDisableAndEnableJob.json

Lines changed: 194 additions & 2184 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestGetAndListJobsWithSelect.json

Lines changed: 111 additions & 457 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestGetJobById.json

Lines changed: 95 additions & 196 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestListAllJobs.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestListJobsByFilter.json

Lines changed: 136 additions & 1201 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestListJobsUnderSchedule.json

Lines changed: 308 additions & 11709 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestListJobsWithMaxCount.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestNewJob.json

Lines changed: 82 additions & 844 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestTerminateJobById.json

Lines changed: 97 additions & 198 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestTerminateJobPipeline.json

Lines changed: 106 additions & 323 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestUpdateJob.json

Lines changed: 106 additions & 1508 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestDeletePool.json

Lines changed: 95 additions & 239 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestDeletePoolPipeline.json

Lines changed: 104 additions & 398 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestDisableAutoScaleById.json

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

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestDisableAutoScaleByPipeline.json

Lines changed: 184 additions & 1541 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestEnableAutoScaleById.json

Lines changed: 138 additions & 407 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestEnableAutoScaleByPipeline.json

Lines changed: 139 additions & 573 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestEvaluateAutoScaleById.json

Lines changed: 116 additions & 504 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestEvaluateAutoScaleByPipeline.json

Lines changed: 132 additions & 8498 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestGetAndListPoolsWithSelect.json

Lines changed: 64 additions & 364 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestGetPoolById.json

Lines changed: 88 additions & 134 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestListAllPools.json

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

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestListPoolsByFilter.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

src/ResourceManager/AzureBatch/Commands.Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestListPoolsWithMaxCount.json

Lines changed: 118 additions & 862 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)