You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to indicate [Get/Disable/Enable]-AzHDInsightMonitoring cmdlets are 'Classic' (Azure#15533)
* Update Disable-AzHDInsightMonitoring.md
Updated synopsis & description to differentiate from the newer Disable-AzHDInsightAzureMonitor cmdlet.
* Update Enable-AzHDInsightMonitoring.md
Updated synopsis & description to differentiate from the newer Enable-AzHDInsightAzureMonitor cmdlet.
* Update Get-AzHDInsightMonitoring.md
Updated synopsis & description to differentiate from the newer Get-AzHDInsightAzureMonitor cmdlet.
* Update Az.HDInsight.md
Updated synopsis for [Get/Disable/Enable]-AzHDInsightMonitoring cmdlets.
Disables monitoring in a HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
39
+
Disables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
Enables monitoring in a HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
45
+
Enables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
Copy file name to clipboardExpand all lines: src/HDInsight/HDInsight/help/Disable-AzHDInsightMonitoring.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Disable-AzHDInsightMonitoring
9
9
10
10
## SYNOPSIS
11
-
Disables monitoring in a HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
11
+
Disables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
Copy file name to clipboardExpand all lines: src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Enable-AzHDInsightMonitoring
9
9
10
10
## SYNOPSIS
11
-
Enables monitoring in a HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
11
+
Enables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
The **Get-AzHDInsightMonitoring** cmdlet gets the status of monitoring installation in an Azure HDInsight cluster. If monitoring is enabled then it will also return the log analytics workspace id.
21
+
The **Get-AzHDInsightMonitoring** cmdlet gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster. If monitoring is enabled then it will also return the log analytics workspace id.
0 commit comments