diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml b/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml index 4c6686d00a52..f42257fdbe65 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml +++ b/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml @@ -11195,7 +11195,7 @@ PS C:\> $StartTask = New-Object Microsoft.Azure.Commands.Batch.Models.PSStartTask PS C:\> $StartTask.CommandLine = "cmd /c echo example" PS C:\> $Pool.StartTask = $StartTask - PS C:\> Set-AzureBatchPool -PSCloudPool $Pool -BatchContext $Context + PS C:\> Set-AzureBatchPool -Pool $Pool -BatchContext $Context The first command gets a pool by using Get-AzureBatchPool, and then stores it in the $Pool variable.