Skip to content

Commit 12ec911

Browse files
authored
Merge pull request #4240 from Azure/TaraMeyer-patch-2
Update Submit-AzureRmDataLakeAnalyticsJob.md
2 parents 5e809ec + 94ed87c commit 12ec911

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/help/Submit-AzureRmDataLakeAnalyticsJob.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Type: SwitchParameter
114114
Parameter Sets: (All)
115115
Aliases:
116116

117+
117118
Required: False
118119
Position: 5
119120
Default value: None
@@ -152,7 +153,9 @@ Accept wildcard characters: False
152153
```
153154
154155
### -PipelineId
155-
An ID that indicates the submission of this job is a part of a set of recurring jobs and also associated with a job pipeline.```yaml
156+
An ID that indicates the submission of this job is a part of a set of recurring jobs and also associated with a job pipeline.
157+
158+
```yaml
156159
Type: Guid
157160
Parameter Sets: Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
158161
Aliases:
@@ -165,7 +168,9 @@ Accept wildcard characters: False
165168
```
166169
167170
### -PipelineName
168-
An optional friendly name for the pipeline associated with this job.```yaml
171+
An optional friendly name for the pipeline associated with this job.
172+
173+
```yaml
169174
Type: String
170175
Parameter Sets: Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
171176
Aliases:
@@ -178,7 +183,9 @@ Accept wildcard characters: False
178183
```
179184
180185
### -PipelineUri
181-
An optional uri that links to the originating service associated with this pipeline.```yaml
186+
An optional uri that links to the originating service associated with this pipeline.
187+
188+
```yaml
182189
Type: String
183190
Parameter Sets: Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
184191
Aliases:
@@ -193,7 +200,7 @@ Accept wildcard characters: False
193200
### -Priority
194201
Specifies the priority of the job.
195202
If not specified, the priority is 1000.
196-
A lower the number indicates a higher job priority.
203+
A low number indicates a higher job priority.
197204
198205
```yaml
199206
Type: Int32
@@ -208,7 +215,9 @@ Accept wildcard characters: False
208215
```
209216
210217
### -RecurrenceId
211-
An ID that indicates the submission of this job is a part of a set of recurring jobs with the same recurrence ID.```yaml
218+
An ID that indicates the submission of this job is a part of a set of recurring jobs with the same recurrence ID.
219+
220+
```yaml
212221
Type: Guid
213222
Parameter Sets: Submit job with script path for U-SQL with reucurrence information, Submit U-SQL Job with recurrence information, Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
214223
Aliases:
@@ -221,7 +230,9 @@ Accept wildcard characters: False
221230
```
222231
223232
### -RecurrenceName
224-
An optional friendly name for the recurrence correlation between jobs.```yaml
233+
An optional friendly name for the recurrence correlation between jobs.
234+
235+
```yaml
225236
Type: String
226237
Parameter Sets: Submit job with script path for U-SQL with reucurrence information, Submit U-SQL Job with recurrence information, Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
227238
Aliases:
@@ -234,7 +245,9 @@ Accept wildcard characters: False
234245
```
235246
236247
### -RunId
237-
An ID that identifies this specific run iteration of the pipeline.```yaml
248+
An ID that identifies this specific run iteration of the pipeline.
249+
250+
```yaml
238251
Type: Guid
239252
Parameter Sets: Submit job with script path for U-SQL with reucurrence and pipeline information, Submit U-SQL Job with recurrence and pipeline information
240253
Aliases:

0 commit comments

Comments
 (0)