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.