Skip to content

Commit 754ca52

Browse files
committed
Regenerate help files
1 parent f75d8e2 commit 754ca52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/help/Start-AzureBatchComputeNodeServiceLogUpload.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Start-AzureBatchComputeNodeServiceLogUpload [-PoolId] <String> [-ComputeNodeId]
2828

2929
### ParentObject
3030
```
31-
Start-AzureBatchComputeNodeServiceLogUpload [[-ComputeNode] <PSComputeNode>] [-ContainerUrl] <String>
31+
Start-AzureBatchComputeNodeServiceLogUpload [-ComputeNode] <PSComputeNode> [-ContainerUrl] <String>
3232
[-StartTime] <DateTime> [[-EndTime] <DateTime>] -BatchContext <BatchAccountContext>
3333
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
@@ -82,7 +82,6 @@ PS C:\> Get-AzureBatchComputeNode -BatchContext $batchContext -Id "tvm-161203012
8282
NumberOfFilesUploaded VirtualDirectoryName
8383
--------------------- --------------------
8484
2 contosobatch-22F48D278AD60CC2/contosopool/tvm-1612030122_1-20180405t234700z/bc3dd583-19a5-4665-aa83-87e4e1237d35
85-
8685
```
8786

8887
Upload compute node service logs written on or after January 1, 2018 midnight and before January 10, 2018 midnight, which were obtained from the compute node object.
@@ -116,7 +115,7 @@ Type: PSComputeNode
116115
Parameter Sets: ParentObject
117116
Aliases:
118117

119-
Required: False
118+
Required: True
120119
Position: 1
121120
Default value: None
122121
Accept pipeline input: True (ByValue)

0 commit comments

Comments
 (0)