Skip to content

Commit b55f88c

Browse files
authored
removed references to war (#8920)
1 parent 9c15489 commit b55f88c

File tree

1 file changed

+11
-12
lines changed
  • src/aks-preview/azext_aks_preview

1 file changed

+11
-12
lines changed

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
short-summary: Enable the Kubernetes addons in a comma-separated list.
173173
long-summary: |-
174174
These addons are available:
175-
- http_application_routing : configure ingress with automatic public DNS name creation.
176175
- 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
177176
- 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).
178177
- 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.
@@ -181,7 +180,7 @@
181180
- open-service-mesh : enable Open Service Mesh addon (PREVIEW).
182181
- gitops : enable GitOps (PREVIEW).
183182
- azure-keyvault-secrets-provider : enable Azure Keyvault Secrets Provider addon.
184-
- web_application_routing : enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
183+
- web_application_routing : enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
185184
- name: --disable-rbac
186185
type: bool
187186
short-summary: Disable Kubernetes Role-Based Access Control.
@@ -507,10 +506,10 @@
507506
short-summary: Enable ImageIntegrity Service.
508507
- name: --dns-zone-resource-id
509508
type: string
510-
short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon.
509+
short-summary: The resource ID of the DNS zone resource to use with the App Routing addon.
511510
- name: --dns-zone-resource-ids
512511
type: string
513-
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon.
512+
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon.
514513
- name: --enable-custom-ca-trust
515514
type: bool
516515
short-summary: Enable Custom CA Trust on agent node pool.
@@ -2487,7 +2486,7 @@
24872486
open-service-mesh - enable Open Service Mesh addon (PREVIEW).
24882487
gitops - enable GitOps (PREVIEW).
24892488
azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon.
2490-
web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
2489+
web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
24912490
parameters:
24922491
- name: --addon -a
24932492
type: string
@@ -2542,10 +2541,10 @@
25422541
short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
25432542
- name: --dns-zone-resource-id
25442543
type: string
2545-
short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon.
2544+
short-summary: The resource ID of the DNS zone resource to use with the App Routing addon.
25462545
- name: --dns-zone-resource-ids
25472546
type: string
2548-
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon.
2547+
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon.
25492548
examples:
25502549
- name: Enable a Kubernetes addon. (autogenerated)
25512550
text: az aks addon enable --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet
@@ -2615,10 +2614,10 @@
26152614
short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
26162615
- name: --dns-zone-resource-id
26172616
type: string
2618-
short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon.
2617+
short-summary: The resource ID of the DNS zone resource to use with the App Routing addon.
26192618
- name: --dns-zone-resource-ids
26202619
type: string
2621-
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon.
2620+
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon.
26222621
examples:
26232622
- name: Update a Kubernetes addon. (autogenerated)
26242623
text: az aks addon update --addon virtual-node --name MyManagedCluster --resource-group MyResourceGroup --subnet-name VirtualNodeSubnet
@@ -2647,7 +2646,7 @@
26472646
open-service-mesh - enable Open Service Mesh addon (PREVIEW).
26482647
gitops - enable GitOps (PREVIEW).
26492648
azure-keyvault-secrets-provider - enable Azure Keyvault Secrets Provider addon.
2650-
web_application_routing - enable Web Application Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
2649+
web_application_routing - enable the App Routing addon (PREVIEW). Specify "--dns-zone-resource-id" to configure DNS.
26512650
parameters:
26522651
- name: --addons -a
26532652
type: string
@@ -2702,10 +2701,10 @@
27022701
short-summary: Set interval of rotation poll. Use with azure-keyvault-secrets-provider addon.
27032702
- name: --dns-zone-resource-id
27042703
type: string
2705-
short-summary: The resource ID of the DNS zone resource to use with the web_application_routing addon.
2704+
short-summary: The resource ID of the DNS zone resource to use with the App Routing addon.
27062705
- name: --dns-zone-resource-ids
27072706
type: string
2708-
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the web_application_routing addon.
2707+
short-summary: A comma separated list of resource IDs of the DNS zone resource to use with the App Routing addon.
27092708
- name: --aks-custom-headers
27102709
type: string
27112710
short-summary: Send custom headers. When specified, format should be Key1=Value1,Key2=Value2

0 commit comments

Comments
 (0)