Skip to content

Commit 2780755

Browse files
author
jasper-schneider
committed
Help docs for new Batch cmdlets
1 parent 8378a94 commit 2780755

File tree

2 files changed

+673
-1
lines changed

2 files changed

+673
-1
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/Files/RemoveBatchNodeFileCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class RemoveBatchNodeFileCommand : BatchObjectModelCmdletBase
2929
internal const string ComputeNodeParameterSet = "ComputeNode";
3030

3131
[Parameter(ParameterSetName = TaskParameterSet, Mandatory = true,
32-
ValueFromPipelineByPropertyName = true, HelpMessage = "The id of the job containing the target task.")]
32+
ValueFromPipelineByPropertyName = true, HelpMessage = "The id of the job containing the task.")]
3333
[ValidateNotNullOrEmpty]
3434
public string JobId { get; set; }
3535

0 commit comments

Comments
 (0)