Skip to content

Commit db2c910

Browse files
authored
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.
1 parent 4ad4e0e commit db2c910

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/HDInsight/HDInsight/help/Az.HDInsight.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Adds an Azure Storage key to a cluster configuration object.
3636
Disables Azure Monitor in a specified HDInsight cluster.
3737

3838
### [Disable-AzHDInsightMonitoring](Disable-AzHDInsightMonitoring.md)
39-
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.
4040

4141
### [Enable-AzHDInsightAzureMonitor](Enable-AzHDInsightAzureMonitor.md)
4242
Enables Azure Monitor in a specified HDInsight cluster.
4343

4444
### [Enable-AzHDInsightMonitoring](Enable-AzHDInsightMonitoring.md)
45-
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.
4646

4747
### [Get-AzHDInsightAzureMonitor](Get-AzHDInsightAzureMonitor.md)
4848
Gets the azure monitor status of a specified HDInsight cluster.
@@ -63,7 +63,7 @@ Gets the list of jobs from a cluster and lists them in reverse chronological ord
6363
Gets the log output for a job from the storage account associated with a specified cluster.
6464

6565
### [Get-AzHDInsightMonitoring](Get-AzHDInsightMonitoring.md)
66-
Gets the status of monitoring installation on the cluster.
66+
Gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster.
6767

6868
### [Get-AzHDInsightPersistedScriptAction](Get-AzHDInsightPersistedScriptAction.md)
6969
Gets the persisted script actions for a cluster and lists them in chronological order, or gets details for a specified persisted script action.

src/HDInsight/HDInsight/help/Disable-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Disable-AzHDInsightMonitoring
99

1010
## 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.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Disable-AzHDInsightMonitoring [-Name] <String> [-ResourceGroupName <String>]
1818
```
1919

2020
## DESCRIPTION
21-
The **Disable-AzHDInsightMonitoring** cmdlet disables monitoring in a Azure HDInsight cluster.
21+
The **Disable-AzHDInsightMonitoring** cmdlet disables the Classic Azure Monitor logs integration on an HDInsight cluster.
2222

2323
## EXAMPLES
2424

src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Enable-AzHDInsightMonitoring
99

1010
## 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.
1212

1313
## SYNTAX
1414

@@ -19,7 +19,7 @@ Enable-AzHDInsightMonitoring [-Name] <String> [-WorkspaceId] <String> [-PrimaryK
1919
```
2020

2121
## DESCRIPTION
22-
The **Enable-AzHDInsightMonitoring** cmdlet enables monitoring in a Azure HDInsight cluster.
22+
The **Enable-AzHDInsightMonitoring** cmdlet enables the Classic Azure Monitor logs integration on an HDInsight cluster.
2323

2424
## EXAMPLES
2525

src/HDInsight/HDInsight/help/Get-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzHDInsightMonitoring
99

1010
## SYNOPSIS
11-
Gets the status of monitoring installation on the cluster.
11+
Gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Get-AzHDInsightMonitoring [-Name] <String> [-ResourceGroupName <String>]
1818
```
1919

2020
## DESCRIPTION
21-
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.
2222

2323
## EXAMPLES
2424

0 commit comments

Comments
 (0)