From 7e139a6484cda7de8256459f10c9f282bfa51f1c Mon Sep 17 00:00:00 2001 From: "v-yuzhichen@microsoft.com" Date: Mon, 28 Mar 2022 19:26:01 +0800 Subject: [PATCH] Fix Az.MachineLearning Syntax Errors --- .../MachineLearning/help/Move-AzMlCommitmentAssociation.md | 2 +- .../MachineLearning/help/Update-AzMlCommitmentPlan.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MachineLearning/MachineLearning/help/Move-AzMlCommitmentAssociation.md b/src/MachineLearning/MachineLearning/help/Move-AzMlCommitmentAssociation.md index ea6d53f518ae..b14ecaca02ac 100644 --- a/src/MachineLearning/MachineLearning/help/Move-AzMlCommitmentAssociation.md +++ b/src/MachineLearning/MachineLearning/help/Move-AzMlCommitmentAssociation.md @@ -25,7 +25,7 @@ Moves a commitment association resource from its parent commitment plan to anoth ### Example 1: Move a commitment association ```powershell -Get-AzMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName" +Move-AzMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName" ``` ## PARAMETERS diff --git a/src/MachineLearning/MachineLearning/help/Update-AzMlCommitmentPlan.md b/src/MachineLearning/MachineLearning/help/Update-AzMlCommitmentPlan.md index 633ee3df1207..6fd7fa3bb71a 100644 --- a/src/MachineLearning/MachineLearning/help/Update-AzMlCommitmentPlan.md +++ b/src/MachineLearning/MachineLearning/help/Update-AzMlCommitmentPlan.md @@ -25,7 +25,7 @@ Updates an existing commitment plan resource. Note that most properties of the c ### Example 1: Update a commitment plan ```powershell -Update-AzMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tags @{'MyTagKey'='MyTagValue'} +Update-AzMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tag @{'MyTagKey'='MyTagValue'} ``` ## PARAMETERS