Skip to content

Commit c67ab6f

Browse files
author
maddieclayton
committed
Fix formatting in help file
1 parent e1b12e9 commit c67ab6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StreamAnalytics/StreamAnalytics/help/Start-AzStreamAnalyticsJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **Start-AzStreamAnalyticsJob** cmdlet asynchronously deploys and starts a St
2525

2626
### EXAMPLE 1: Start a Stream Analytics job
2727
```
28-
PS C:\>Start-AzStreamAnalyticsJob -ResourceGroupName "StreamAnalytics-Default-West-US" -Name "StreamingJob" -OutputStartMode "CustomTime" -OutputStartTime "2014-07-03T01:00Z"
28+
PS C:\> Start-AzStreamAnalyticsJob -ResourceGroupName "StreamAnalytics-Default-West-US" -Name "StreamingJob" -OutputStartMode "CustomTime" -OutputStartTime "2014-07-03T01:00Z"
2929
```
3030

3131
This command starts the job StreamingJob and specifies that the output event stream should start at timestamp 2014-07-03T01:00Z.
@@ -67,7 +67,7 @@ Specifies the start mode for the job.
6767
Valid values are:
6868
- JobStartTime - This value indicates that the starting point of the output event stream should start when the job is started.
6969
- CustomTime - This value indicates that the starting point of the output event stream should start at a custom time that is specified in the *OutputStartTime* parameter.
70-
-- LastOutputEventTime - This value indicates that the starting point of the output event stream should start from the last event output time.
70+
- LastOutputEventTime - This value indicates that the starting point of the output event stream should start from the last event output time.
7171
If the property is absent, the default is JobStartTime.
7272
7373
```yaml

0 commit comments

Comments
 (0)