Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/azure-cli/azure/cli/command_modules/acs/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
- name: --enable-keda
type: bool
short-summary: Enable KEDA workload auto-scaler.
- name: --enable-azure-monitor-metrics
- name: --enable-azuremonitormetrics
Comment thread
navba-MSFT marked this conversation as resolved.
type: bool
short-summary: Enable Azure Monitor Metrics Profile
- name: --azure-monitor-workspace-resource-id
Expand Down Expand Up @@ -568,7 +568,7 @@
- name: Create a kubernetes cluster with KEDA workload autoscaler enabled.
text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-keda
- name: Create a kubernetes cluster with Azure Monitor Metrics enabled.
text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-azure-monitor-metrics
text: az aks create -g MyResourceGroup -n MyManagedCluster --enable-azuremonitormetrics
"""

helps['aks update'] = """
Expand Down Expand Up @@ -811,7 +811,7 @@
- name: --disable-keda
type: bool
short-summary: Disable KEDA workload auto-scaler.
- name: --enable-azure-monitor-metrics
- name: --enable-azuremonitormetrics
type: bool
short-summary: Enable Azure Monitor Metrics Profile
- name: --azure-monitor-workspace-resource-id
Expand Down