Skip to content

Commit d455de1

Browse files
committed
Merge branch 'release-0.8.12' of https://github.com/azure/azure-powershell into release-0.8.12-sql-fix
2 parents 6a20fe4 + cff8786 commit d455de1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
<maml:description>
10791079
<maml:para>
10801080
Creates a new output within a Stream Analytics job or updates an existing output.
1081-
The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1081+
The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
10821082
If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
10831083
If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
10841084
</maml:para>
@@ -1093,7 +1093,7 @@
10931093
<maml:description>
10941094
<maml:para>
10951095
The New-AzureStreamAnalyticsOutput cmdlet creates a new output within a Stream Analytics job or updates an existing output.
1096-
The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1096+
The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
10971097
If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output.
10981098
If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation.
10991099
</maml:para>
@@ -1353,7 +1353,7 @@
13531353
<maml:description>
13541354
<maml:para>
13551355
Creates a new transformation within a Stream Analytics job or updates the existing transformation.
1356-
The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1356+
The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
13571357
If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
13581358
If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
13591359
</maml:para>
@@ -1368,7 +1368,7 @@
13681368
<maml:description>
13691369
<maml:para>
13701370
The New-AzureStreamAnalyticsTransformation cmdlet creates a new transformation within a Stream Analytics job or updates the existing transformation.
1371-
The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1371+
The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
13721372
If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation.
13731373
If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation.
13741374
</maml:para>
@@ -1620,7 +1620,7 @@
16201620
<maml:description>
16211621
<maml:para>
16221622
Creates a new input within a Stream Analytics job or updates an existing specified input.
1623-
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1623+
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
16241624
If you specify an input that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing input.
16251625
If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
16261626
</maml:para>
@@ -1635,7 +1635,7 @@
16351635
<maml:description>
16361636
<maml:para>
16371637
The New-AzureStreamAnalyticsInput cmdlet creates a new input within a Stream Analytics job or updates an existing specified input.
1638-
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1638+
The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
16391639
If you specify an input that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing input.
16401640
If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation.
16411641
</maml:para>
@@ -1921,7 +1921,7 @@
19211921
<maml:description>
19221922
<maml:para>
19231923
Creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job.
1924-
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1924+
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
19251925
If you specify a job name that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing job.
19261926
If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
19271927
</maml:para>
@@ -1936,7 +1936,7 @@
19361936
<maml:description>
19371937
<maml:para>
19381938
The New-AzureStreamAnalyticsJob cmdlet creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job.
1939-
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line will be used instead of the name in the file.
1939+
The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file.
19401940
If you specify a job name that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing job.
19411941
If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation.
19421942
</maml:para>

0 commit comments

Comments
 (0)