Skip to content

Commit a757476

Browse files
authored
Merge pull request #4243 from Azure/TaraMeyer-patch-5
Update Get-AzureRmDataLakeAnalyticsJobPipeline.md
2 parents ab70137 + f57c3b7 commit a757476

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/help/Get-AzureRmDataLakeAnalyticsJobPipeline.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ PS C:\>Get-AzureRmDataLakeAnalyticsJobPipeline -AccountName "contosoadla"
4242

4343
This command gets a list of all pipelines in the account "contosoadla"
4444

45+
4546
## PARAMETERS
4647

4748
### -Account
@@ -75,7 +76,9 @@ Accept wildcard characters: False
7576
```
7677
7778
### -SubmittedAfter
78-
An optional filter which returns job pipeline(s) only submitted after the specified time.```yaml
79+
An optional filter which returns job pipeline(s) only submitted after the specified time.
80+
81+
```yaml
7982
Type: DateTimeOffset
8083
Parameter Sets: (All)
8184
Aliases:
@@ -88,7 +91,9 @@ Accept wildcard characters: False
8891
```
8992
9093
### -SubmittedBefore
91-
An optional filter which returns job pipeline(s) only submitted before the specified time.```yaml
94+
An optional filter which returns job pipeline(s) only submitted before the specified time.
95+
96+
```yaml
9297
Type: DateTimeOffset
9398
Parameter Sets: (All)
9499
Aliases:
@@ -106,12 +111,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
106111
## INPUTS
107112
108113
### System.String
109-
System.Guid
114+
### System.Guid
110115
111116
## OUTPUTS
112117
113-
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobPipelineInformation, Microsoft.Azure.Commands.DataLakeAnalytics, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]
114-
Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobPipelineInformation
118+
### Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobPipelineInformation
115119
116120
## NOTES
117121

0 commit comments

Comments
 (0)