Skip to content

Commit ffbd833

Browse files
committed
merge changes
1 parent b46a07d commit ffbd833

File tree

8 files changed

+62
-62
lines changed

8 files changed

+62
-62
lines changed

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute/help/Get-AzureRmMlOpCluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Gets an operationalization cluster object.
1212

1313
## SYNTAX
1414

15-
### Get an operationalization cluster by its name.
15+
### GetByName
1616
```
1717
Get-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> [-DefaultProfile <IAzureContextContainer>]
1818
[<CommonParameters>]
1919
```
2020

21-
### Get operationalization clusters by resource group or subscription.
21+
### GetByResourceGroup
2222
```
2323
Get-AzureRmMlOpCluster [-ResourceGroupName <String>] [-DefaultProfile <IAzureContextContainer>]
2424
[<CommonParameters>]
@@ -72,7 +72,7 @@ The name of the operationalization cluster.
7272
7373
```yaml
7474
Type: String
75-
Parameter Sets: Get an operationalization cluster by its name.
75+
Parameter Sets: GetByName
7676
Aliases:
7777

7878
Required: True
@@ -87,7 +87,7 @@ The name of the resource group for the operationalization cluster.
8787
8888
```yaml
8989
Type: String
90-
Parameter Sets: Get an operationalization cluster by its name.
90+
Parameter Sets: GetByName
9191
Aliases:
9292

9393
Required: True
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
100100
```yaml
101101
Type: String
102-
Parameter Sets: Get operationalization clusters by resource group or subscription.
102+
Parameter Sets: GetByResourceGroup
103103
Aliases:
104104

105105
Required: False

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute/help/Get-AzureRmMlOpClusterKey.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Gets the access keys associated with an operationalization cluster.
1212

1313
## SYNTAX
1414

15-
### Get operationalization cluster's keys from cmdlet input parameters.
15+
### GetByNameAndResourceGroup
1616
```
1717
Get-AzureRmMlOpClusterKey -ResourceGroupName <String> -Name <String> [-DefaultProfile <IAzureContextContainer>]
1818
[<CommonParameters>]
1919
```
2020

21-
### Get operationalization cluster's keys from an OperationalizationCluster instance definition.
21+
### GetByInputObject
2222
```
2323
Get-AzureRmMlOpClusterKey -InputObject <PSOperationalizationCluster> [-DefaultProfile <IAzureContextContainer>]
2424
[<CommonParameters>]
2525
```
2626

27-
### Get operationalization cluster's keys from an Azure resource id.
27+
### GetByResourceId
2828
```
2929
Get-AzureRmMlOpClusterKey -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3030
```
@@ -63,7 +63,7 @@ The operationalization cluster object.
6363
6464
```yaml
6565
Type: PSOperationalizationCluster
66-
Parameter Sets: Get operationalization cluster's keys from an OperationalizationCluster instance definition.
66+
Parameter Sets: GetByInputObject
6767
Aliases: Cluster
6868

6969
Required: True
@@ -78,7 +78,7 @@ The name of the operationalization cluster.
7878
7979
```yaml
8080
Type: String
81-
Parameter Sets: Get operationalization cluster's keys from cmdlet input parameters.
81+
Parameter Sets: GetByNameAndResourceGroup
8282
Aliases:
8383

8484
Required: True
@@ -93,7 +93,7 @@ The name of the resource group for the operationalization cluster.
9393
9494
```yaml
9595
Type: String
96-
Parameter Sets: Get operationalization cluster's keys from cmdlet input parameters.
96+
Parameter Sets: GetByNameAndResourceGroup
9797
Aliases:
9898

9999
Required: True
@@ -108,7 +108,7 @@ The Azure resource id for the operationalization cluster.
108108
109109
```yaml
110110
Type: String
111-
Parameter Sets: Get operationalization cluster's keys from an Azure resource id.
111+
Parameter Sets: GetByResourceId
112112
Aliases:
113113

114114
Required: True

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute/help/New-AzureRmMlOpCluster.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Creates a new operationalization cluster.
1212

1313
## SYNTAX
1414

15-
### Create a new operationalization cluster from an OperationalizationCluster instance definition.
15+
### CreateWithInputObject
1616
```
1717
New-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> -InputObject <PSOperationalizationCluster>
1818
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

21-
### Create a new operationalization cluster from cmdlet input parameters.
21+
### CreateWithParameters
2222
```
2323
New-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> -Location <String> -ClusterType <String>
2424
[-OrchestratorType <String>] [-ClientId <String>] [-Secret <String>] [-Description <String>]
@@ -55,7 +55,7 @@ The number of agent nodes in the ACS cluster.
5555

5656
```yaml
5757
Type: Int32
58-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
58+
Parameter Sets: CreateWithParameters
5959
Aliases:
6060

6161
Required: False
@@ -70,7 +70,7 @@ The number of agent nodes in the ACS cluster.
7070
7171
```yaml
7272
Type: String
73-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
73+
Parameter Sets: CreateWithParameters
7474
Aliases:
7575

7676
Required: False
@@ -85,7 +85,7 @@ The URI to the azure container registry to use instead of creating one.
8585
8686
```yaml
8787
Type: String
88-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
88+
Parameter Sets: CreateWithParameters
8989
Aliases:
9090

9191
Required: False
@@ -100,7 +100,7 @@ The ACS cluster's orchestrator service principal id.
100100
101101
```yaml
102102
Type: String
103-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
103+
Parameter Sets: CreateWithParameters
104104
Aliases:
105105

106106
Required: False
@@ -115,7 +115,7 @@ The operationalization cluster type.
115115
116116
```yaml
117117
Type: String
118-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
118+
Parameter Sets: CreateWithParameters
119119
Aliases:
120120

121121
Required: True
@@ -145,7 +145,7 @@ The number of master nodes in the ACS cluster.
145145
146146
```yaml
147147
Type: String
148-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
148+
Parameter Sets: CreateWithParameters
149149
Aliases:
150150

151151
Required: False
@@ -160,7 +160,7 @@ Additional properties for the global service configuration.
160160
161161
```yaml
162162
Type: Hashtable
163-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
163+
Parameter Sets: CreateWithParameters
164164
Aliases:
165165

166166
Required: False
@@ -175,7 +175,7 @@ The configuration ETag for updates.
175175
176176
```yaml
177177
Type: String
178-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
178+
Parameter Sets: CreateWithParameters
179179
Aliases:
180180

181181
Required: False
@@ -190,7 +190,7 @@ The operationalization cluster properties.
190190
191191
```yaml
192192
Type: PSOperationalizationCluster
193-
Parameter Sets: Create a new operationalization cluster from an OperationalizationCluster instance definition.
193+
Parameter Sets: CreateWithInputObject
194194
Aliases: Cluster
195195

196196
Required: True
@@ -205,7 +205,7 @@ The operationalization cluster's location.
205205
206206
```yaml
207207
Type: String
208-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
208+
Parameter Sets: CreateWithParameters
209209
Aliases:
210210

211211
Required: True
@@ -220,7 +220,7 @@ The number of master nodes in the ACS cluster.
220220
221221
```yaml
222222
Type: Int32
223-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
223+
Parameter Sets: CreateWithParameters
224224
Aliases:
225225

226226
Required: False
@@ -250,7 +250,7 @@ The ACS cluster's orchestrator type.
250250
251251
```yaml
252252
Type: String
253-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
253+
Parameter Sets: CreateWithParameters
254254
Aliases:
255255

256256
Required: False
@@ -280,7 +280,7 @@ The ACS cluster's orchestrator service principal secret.
280280
281281
```yaml
282282
Type: String
283-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
283+
Parameter Sets: CreateWithParameters
284284
Aliases:
285285

286286
Required: False
@@ -295,7 +295,7 @@ The SSL certificate data in PEM format encoded as base64 string.
295295
296296
```yaml
297297
Type: String
298-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
298+
Parameter Sets: CreateWithParameters
299299
Aliases:
300300

301301
Required: False
@@ -310,7 +310,7 @@ The CName for the SSL certificate.
310310
311311
```yaml
312312
Type: String
313-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
313+
Parameter Sets: CreateWithParameters
314314
Aliases:
315315

316316
Required: False
@@ -325,7 +325,7 @@ The SSL key data in PEM format encoded as base64 string.
325325
326326
```yaml
327327
Type: String
328-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
328+
Parameter Sets: CreateWithParameters
329329
Aliases:
330330

331331
Required: False
@@ -341,7 +341,7 @@ Possible values are 'Enabled' and 'Disabled'.
341341
342342
```yaml
343343
Type: String
344-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
344+
Parameter Sets: CreateWithParameters
345345
Aliases:
346346

347347
Required: False
@@ -356,7 +356,7 @@ The URI to the storage account to use instead of creating one.
356356
357357
```yaml
358358
Type: String
359-
Parameter Sets: Create a new operationalization cluster from cmdlet input parameters.
359+
Parameter Sets: CreateWithParameters
360360
Aliases:
361361

362362
Required: False

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute/help/Remove-AzureRmMlOpCluster.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Removes an operationalization cluster.
1212

1313
## SYNTAX
1414

15-
### Remove an operationalization cluster from cmdlet input parameters.
15+
### RemoveByNameAndResourceGroup
1616
```
1717
Remove-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> [-DefaultProfile <IAzureContextContainer>]
1818
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

21-
### Remove an operationalization cluster from an OperationalizationCluster instance definition.
21+
### RemoveByInputObject
2222
```
2323
Remove-AzureRmMlOpCluster -InputObject <PSOperationalizationCluster> [-DefaultProfile <IAzureContextContainer>]
2424
[-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

27-
### Remove an operationalization cluster from an Azure resouce id.
27+
### RemoveByResourceId
2828
```
2929
Remove-AzureRmMlOpCluster -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3030
[<CommonParameters>]
@@ -67,7 +67,7 @@ The operationalization cluster object.
6767
6868
```yaml
6969
Type: PSOperationalizationCluster
70-
Parameter Sets: Remove an operationalization cluster from an OperationalizationCluster instance definition.
70+
Parameter Sets: RemoveByInputObject
7171
Aliases: Cluster
7272

7373
Required: True
@@ -82,7 +82,7 @@ The name of the operationalization cluster.
8282
8383
```yaml
8484
Type: String
85-
Parameter Sets: Remove an operationalization cluster from cmdlet input parameters.
85+
Parameter Sets: RemoveByNameAndResourceGroup
8686
Aliases:
8787

8888
Required: True
@@ -97,7 +97,7 @@ The name of the resource group for the operationalization cluster.
9797
9898
```yaml
9999
Type: String
100-
Parameter Sets: Remove an operationalization cluster from cmdlet input parameters.
100+
Parameter Sets: RemoveByNameAndResourceGroup
101101
Aliases:
102102

103103
Required: True
@@ -112,7 +112,7 @@ The Azure resource id for the operationalization cluster.
112112
113113
```yaml
114114
Type: String
115-
Parameter Sets: Remove an operationalization cluster from an Azure resouce id.
115+
Parameter Sets: RemoveByResourceId
116116
Aliases:
117117

118118
Required: True

src/ResourceManager/MachineLearningCompute/Commands.MachineLearningCompute/help/Test-AzureRmMlOpClusterSystemServicesUpdateAvailability.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Checks if there are updates available for the system services associated with an
1212

1313
## SYNTAX
1414

15-
### Test for update availability from cmdlet input parameters.
15+
### TestByNameAndResourceGroup
1616
```
1717
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName <String> -Name <String>
1818
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

21-
### Test for update availability from an OperationalizationCluster instance definition.
21+
### TestByInputObject
2222
```
2323
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -InputObject <PSOperationalizationCluster>
2424
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2525
```
2626

27-
### Test for update availability from an Azure resouce id.
27+
### TestByResourceId
2828
```
2929
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceId <String>
3030
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -72,7 +72,7 @@ The operationalization cluster object.
7272
7373
```yaml
7474
Type: PSOperationalizationCluster
75-
Parameter Sets: Test for update availability from an OperationalizationCluster instance definition.
75+
Parameter Sets: TestByInputObject
7676
Aliases: Cluster
7777

7878
Required: True
@@ -87,7 +87,7 @@ The name of the operationalization cluster.
8787
8888
```yaml
8989
Type: String
90-
Parameter Sets: Test for update availability from cmdlet input parameters.
90+
Parameter Sets: TestByNameAndResourceGroup
9191
Aliases:
9292

9393
Required: True
@@ -102,7 +102,7 @@ The name of the resource group for the operationalization cluster.
102102
103103
```yaml
104104
Type: String
105-
Parameter Sets: Test for update availability from cmdlet input parameters.
105+
Parameter Sets: TestByNameAndResourceGroup
106106
Aliases:
107107

108108
Required: True
@@ -117,7 +117,7 @@ The Azure resource id for the operationalization cluster.
117117
118118
```yaml
119119
Type: String
120-
Parameter Sets: Test for update availability from an Azure resouce id.
120+
Parameter Sets: TestByResourceId
121121
Aliases:
122122

123123
Required: True

0 commit comments

Comments
 (0)