Skip to content

Commit 5a6637e

Browse files
authored
Merge pull request #4242 from Azure/TaraMeyer-patch-4
Update Get-AzureRmDataLakeAnalyticsJobRecurrence.md
2 parents 056b11e + 54dbcaa commit 5a6637e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Accept wildcard characters: False
7575
```
7676
7777
### -SubmittedAfter
78-
An optional filter which returns job recurrence(s) only submitted after the specified time.```yaml
78+
An optional filter which returns job recurrence(s) only submitted after the specified time.
79+
80+
```yaml
7981
Type: DateTimeOffset
8082
Parameter Sets: (All)
8183
Aliases:
@@ -88,7 +90,9 @@ Accept wildcard characters: False
8890
```
8991
9092
### -SubmittedBefore
91-
An optional filter which returns job recurrence(s) only submitted before the specified time.```yaml
93+
An optional filter which returns job recurrence(s) only submitted before the specified time.
94+
95+
```yaml
9296
Type: DateTimeOffset
9397
Parameter Sets: (All)
9498
Aliases:
@@ -110,8 +114,7 @@ System.Guid
110114
111115
## OUTPUTS
112116
113-
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobRecurrenceInformation, Microsoft.Azure.Commands.DataLakeAnalytics, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]]
114-
Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobRecurrenceInformation
117+
### Microsoft.Azure.Commands.DataLakeAnalytics.Models.PSJobRecurrenceInformation
115118
116119
## NOTES
117120

0 commit comments

Comments
 (0)