Skip to content

Commit 58ce412

Browse files
committed
Update StreamAnalytics parameter set names
1 parent e58bb0f commit 58ce412

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/StreamAnalyticsBaseCmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public abstract class StreamAnalyticsBaseCmdlet : AzureRMCmdlet
2525
{
2626
private StreamAnalyticsClient streamAnalyticsClient;
2727

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";
3030

3131
internal StreamAnalyticsClient StreamAnalyticsClient
3232
{

src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/help/Get-AzureRmStreamAnalyticsJob.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml
3+
Module Name: AzureRM.StreamAnalytics
34
ms.assetid: 1D10C1EA-632A-4953-85B1-596A45C30B24
45
online version:
56
schema: 2.0.0
@@ -12,12 +13,12 @@ Gets Stream Analytics jobs information.
1213

1314
## SYNTAX
1415

15-
### For stream analytics objects in the given resource group
16+
### ByResourceGroup
1617
```
1718
Get-AzureRmStreamAnalyticsJob [-ResourceGroupName] <String> [[-Name] <String>] [-NoExpand] [<CommonParameters>]
1819
```
1920

20-
### For stream analytics objects in the given subscription
21+
### BySubscription
2122
```
2223
Get-AzureRmStreamAnalyticsJob [-NoExpand] [<CommonParameters>]
2324
```
@@ -55,7 +56,7 @@ Specifies the name of the Azure Stream Analytics job to retrieve.
5556

5657
```yaml
5758
Type: String
58-
Parameter Sets: For stream analytics objects in the given resource group
59+
Parameter Sets: ByResourceGroup
5960
Aliases:
6061

6162
Required: False
@@ -85,7 +86,7 @@ Specifies the name of the resource group to which the Azure Stream Analytics job
8586
8687
```yaml
8788
Type: String
88-
Parameter Sets: For stream analytics objects in the given resource group
89+
Parameter Sets: ByResourceGroup
8990
Aliases:
9091

9192
Required: True

0 commit comments

Comments
 (0)