Skip to content

Commit 0c5b689

Browse files
author
jasper-schneider
committed
Incorporating feedback
1 parent bde80c2 commit 0c5b689

File tree

5 files changed

+245
-318
lines changed

5 files changed

+245
-318
lines changed

ChangeLog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2015.06.05 version 0.9.3
1+
2015.06.25 version 0.9.4
2+
* Added Batch cmdlets
3+
* Start-AzureBatchPoolResize
4+
* Stop-AzureBatchPoolResize
5+
6+
2015.06.05 version 0.9.3
27
* Fixed bug in Websites cmdlets related to slots #454
38
* Fix bug in Set-AzureResource cmdlet #456
49
* Fix for new azure resource of Microsoft.Storage #457

src/ResourceManager/Batch/Commands.Batch.Test/Pools/StartBatchPoolResizeCommandTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public void StartPoolResizeParametersTest()
5252
BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys();
5353
cmdlet.BatchContext = context;
5454
cmdlet.Name = null;
55-
cmdlet.Pool = null;
5655

5756
Assert.Throws<ArgumentNullException>(() => cmdlet.ExecuteCmdlet());
5857

0 commit comments

Comments
 (0)