Skip to content

Commit da96473

Browse files
author
jasper-schneider
committed
Fix typo in Set-AzureBatchPool example
1 parent 09576ff commit da96473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11195,7 +11195,7 @@
1119511195
PS C:\> $StartTask = New-Object Microsoft.Azure.Commands.Batch.Models.PSStartTask
1119611196
PS C:\> $StartTask.CommandLine = "cmd /c echo example"
1119711197
PS C:\> $Pool.StartTask = $StartTask
11198-
PS C:\> Set-AzureBatchPool -PSCloudPool $Pool -BatchContext $Context
11198+
PS C:\> Set-AzureBatchPool -Pool $Pool -BatchContext $Context
1119911199
</dev:code>
1120011200
<dev:remarks>
1120111201
<maml:para>The first command gets a pool by using Get-AzureBatchPool, and then stores it in the $Pool variable. </maml:para>

0 commit comments

Comments
 (0)