Skip to content

Commit 2384860

Browse files
authored
Merge pull request Azure#8605 from maddieclayton/fixhelp
Fix formatting in help file
2 parents 3da417b + c67ab6f commit 2384860

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)