Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AKS] Add --enable-azure-monitor-app-monitoring and --disable-azure-monitor-app-monitoring to aks-preview #7514

Merged
merged 16 commits into from
Apr 24, 2024
Prev Previous commit
Next Next commit
Update help.py to remove other fields
  • Loading branch information
Janvi Jatakia (from Dev Box) committed Apr 16, 2024
commit e930aec22db19355f3fdbd2b974e38dd39aec207
27 changes: 0 additions & 27 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,15 +584,6 @@
- name: --enable-azure-monitor-app-monitoring
type: bool
short-summary: Enable Azure Monitor Application Monitoring
- name: --enable-auto-instrumentation
type: bool
short-summary: Enable auto instrumentation for Azure Monitor Application Monitoring
- name: --enable-open-telemetry-metrics
type: bool
short-summary: Enable open telemetry metrics for Azure Monitor Application Monitoring
- name: --enable-open-telemetry-logs
type: bool
short-summary: Enable open telemetry logs for Azure Monitor Application Monitoring
- name: --nodepool-labels
type: string
short-summary: The node labels for all node pools in this cluster. See https://aka.ms/node-labels for syntax of labels.
Expand Down Expand Up @@ -1130,27 +1121,9 @@
- name: --enable-azure-monitor-app-monitoring
type: bool
short-summary: Enable Azure Monitor Application Monitoring
- name: --enable-auto-instrumentation
type: bool
short-summary: Enable auto instrumentation for Azure Monitor Application Monitoring
- name: --enable-open-telemetry-metrics
type: bool
short-summary: Enable open telemetry metrics for Azure Monitor Application Monitoring
- name: --enable-open-telemetry-logs
type: bool
short-summary: Enable open telemetry logs for Azure Monitor Application Monitoring
- name: --disable-azure-monitor-app-monitoring
type: bool
short-summary: Disable Azure Monitor Application Monitoring
- name: --disable-auto-instrumentation
type: bool
short-summary: Disable auto instrumentation for Azure Monitor Application Monitoring
- name: --disable-open-telemetry-metrics
type: bool
short-summary: Disable open telemetry metrics for Azure Monitor Application Monitoring
- name: --disable-open-telemetry-logs
type: bool
short-summary: Disable open telemetry logs for Azure Monitor Application Monitoring
- name: --enable-node-restriction
type: bool
short-summary: Enable node restriction option on cluster.
Expand Down
Loading