Skip to content

Commit a7ef00f

Browse files
authored
Fix Az.MachineLearning Syntax Errors (#17648)
1 parent 1851f5a commit a7ef00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MachineLearning/MachineLearning/help/Move-AzMlCommitmentAssociation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Moves a commitment association resource from its parent commitment plan to anoth
2525

2626
### Example 1: Move a commitment association
2727
```powershell
28-
Get-AzMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName"
28+
Move-AzMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName"
2929
```
3030

3131
## PARAMETERS

src/MachineLearning/MachineLearning/help/Update-AzMlCommitmentPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Updates an existing commitment plan resource. Note that most properties of the c
2525

2626
### Example 1: Update a commitment plan
2727
```powershell
28-
Update-AzMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tags @{'MyTagKey'='MyTagValue'}
28+
Update-AzMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tag @{'MyTagKey'='MyTagValue'}
2929
```
3030

3131
## PARAMETERS

0 commit comments

Comments
 (0)