From 13a5507c3f7d45184f8634f74fa6f7ebce1d57b0 Mon Sep 17 00:00:00 2001 From: Jaiveer Katariya Date: Tue, 1 Jul 2025 17:18:04 -0400 Subject: [PATCH] removed references to war --- src/aks-preview/azext_aks_preview/_help.py | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/aks-preview/azext_aks_preview/_help.py b/src/aks-preview/azext_aks_preview/_help.py index ec1bbe1e4cd..9a90f30ca3e 100644 --- a/src/aks-preview/azext_aks_preview/_help.py +++ b/src/aks-preview/azext_aks_preview/_help.py @@ -186,7 +186,6 @@ short-summary: Enable the Kubernetes addons in a comma-separated list. long-summary: |- These addons are available: - - http_application_routing : configure ingress with automatic public DNS name creation. - monitoring : turn on Log Analytics monitoring. Uses the Log Analytics Default Workspace if it exists, else creates one. Specify "--workspace-resource-id" to use an existing workspace. If monitoring addon is enabled --no-wait argument will have no effect - virtual-node : enable AKS Virtual Node. Requires --aci-subnet-name to provide the name of an existing subnet for the Virtual Node to use. aci-subnet-name must be in the same vnet which is specified by --vnet-subnet-id (required as well). - azure-policy : enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner. Required if enabling deployment safeguards. Learn more at aka.ms/aks/policy. @@ -195,7 +194,7 @@ - open-service-mesh : enable Open Service Mesh addon (PREVIEW). - gitops : enable GitOps (PREVIEW). - azure-keyvault-secrets-provider : enable Azure Keyvault Secrets Provider addon. - - web_application_routing : enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. + - web_application_routing : enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. - name: --disable-rbac type: bool short-summary: Disable Kubernetes Role-Based Access Control. @@ -525,10 +524,10 @@ short-summary: Enable ImageIntegrity Service. - name: --dns-zone-resource-id type: string - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. - name: --dns-zone-resource-ids type: string - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. - name: --enable-custom-ca-trust type: bool short-summary: Enable Custom CA Trust on agent node pool. @@ -2323,7 +2322,7 @@ open-service-mesh - enable Open Service Mesh addon (PREVIEW). gitops - enable GitOps (PREVIEW). azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon. - web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. + web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. parameters: - name: --addon -a type: string @@ -2378,10 +2377,10 @@ short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. - name: --dns-zone-resource-id type: string - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. - name: --dns-zone-resource-ids type: string - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. examples: - name: Enable a Kubernetes addon. (autogenerated) text: az aks addon enable --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet @@ -2451,10 +2450,10 @@ short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. - name: --dns-zone-resource-id type: string - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. - name: --dns-zone-resource-ids type: string - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. examples: - name: Update a Kubernetes addon. (autogenerated) text: az aks addon update --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet @@ -2483,7 +2482,7 @@ open-service-mesh - enable Open Service Mesh addon (PREVIEW). gitops - enable GitOps (PREVIEW). azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon. - web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. + web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS. parameters: - name: --addons -a type: string @@ -2538,10 +2537,10 @@ short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon. - name: --dns-zone-resource-id type: string - short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon. + short-summary: The resource ID of the DNS zone resource to use with the App Routing addon. - name: --dns-zone-resource-ids type: string - short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon. + short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon. - name: --aks-custom-headers type: string short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2