From 5cdfc543c57b12afb1663f9e59be06e857267b34 Mon Sep 17 00:00:00 2001 From: Yufan Yang <95342181+CaptainFanZzz@users.noreply.github.com> Date: Tue, 28 Jun 2022 08:50:18 +0800 Subject: [PATCH] format the help markdown files of Az.HDInsight in generation (#18630) --- src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md | 4 ++-- src/HDInsight/HDInsight/help/Get-AzHDInsightAzureMonitor.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md b/src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md index 3e1c854965f5..a833f8a6b7f0 100644 --- a/src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md +++ b/src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md @@ -25,7 +25,7 @@ The **Enable-AzHDInsightMonitoring** cmdlet enables the Classic Azure Monitor lo ### Example 1 ```powershell -Enable-AzHDInsightMonitoring -Name testcluster -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey +Enable-AzHDInsightMonitoring -Name testcluster -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey 'key for workspace 1d364e89-bb71-4503-aa3d-a23535aea7bd' ``` ```output @@ -36,7 +36,7 @@ Monitoring will be enabled on the HDInsight cluster and relevant logs will be se ### Example 2 ```powershell -Enable-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey +Enable-AzHDInsightMonitoring -Name testcluster -ResourceGroupName testrg -WorkspaceId 1d364e89-bb71-4503-aa3d-a23535aea7bd -PrimaryKey 'key for workspace 1d364e89-bb71-4503-aa3d-a23535aea7bd' ``` ```output diff --git a/src/HDInsight/HDInsight/help/Get-AzHDInsightAzureMonitor.md b/src/HDInsight/HDInsight/help/Get-AzHDInsightAzureMonitor.md index 1858d83e37fd..453c040e30b7 100644 --- a/src/HDInsight/HDInsight/help/Get-AzHDInsightAzureMonitor.md +++ b/src/HDInsight/HDInsight/help/Get-AzHDInsightAzureMonitor.md @@ -40,7 +40,7 @@ The **Get-AzHDInsightAzureMonitor** cmdlet gets the azure monitor status of a sp # Cluster info $clusterName = "your-hadoop-001" $resourceGroupName = "Group" -Get-AzHDInsightAzureMonitor -ClusterName $clusterName -ResourceGroup $resourceGroupName +Get-AzHDInsightAzureMonitor -ClusterName $clusterName -ResourceGroupName $resourceGroupName ``` This cmdlet gets the azure monitor status of a specified HDInsight cluster.