File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public abstract class StreamAnalyticsBaseCmdlet : AzureRMCmdlet
25
25
{
26
26
private StreamAnalyticsClient streamAnalyticsClient ;
27
27
28
- protected const string StreamAnalyticsObjectsInSubscription = "For stream analytics objects in the given subscription " ;
29
- protected const string StreamAnalyticsObjectsInResourceGroup = "For stream analytics objects in the given resource group " ;
28
+ protected const string StreamAnalyticsObjectsInSubscription = "BySubscription " ;
29
+ protected const string StreamAnalyticsObjectsInResourceGroup = "ByResourceGroup " ;
30
30
31
31
internal StreamAnalyticsClient StreamAnalyticsClient
32
32
{
Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml
3
+ Module Name : AzureRM.StreamAnalytics
3
4
ms.assetid : 1D10C1EA-632A-4953-85B1-596A45C30B24
4
5
online version :
5
6
schema : 2.0.0
@@ -12,12 +13,12 @@ Gets Stream Analytics jobs information.
12
13
13
14
## SYNTAX
14
15
15
- ### For stream analytics objects in the given resource group
16
+ ### ByResourceGroup
16
17
```
17
18
Get-AzureRmStreamAnalyticsJob [-ResourceGroupName] <String> [[-Name] <String>] [-NoExpand] [<CommonParameters>]
18
19
```
19
20
20
- ### For stream analytics objects in the given subscription
21
+ ### BySubscription
21
22
```
22
23
Get-AzureRmStreamAnalyticsJob [-NoExpand] [<CommonParameters>]
23
24
```
@@ -55,7 +56,7 @@ Specifies the name of the Azure Stream Analytics job to retrieve.
55
56
56
57
``` yaml
57
58
Type : String
58
- Parameter Sets : For stream analytics objects in the given resource group
59
+ Parameter Sets : ByResourceGroup
59
60
Aliases :
60
61
61
62
Required : False
@@ -85,7 +86,7 @@ Specifies the name of the resource group to which the Azure Stream Analytics job
85
86
86
87
` ` ` yaml
87
88
Type : String
88
- Parameter Sets : For stream analytics objects in the given resource group
89
+ Parameter Sets : ByResourceGroup
89
90
Aliases :
90
91
91
92
Required : True
You can’t perform that action at this time.
0 commit comments