You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-ref-autogen/Latest-version/latest/acat/report.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ directCommands:
52
52
Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time".
> This reference is part of the **aks-preview** extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an **az aks approuting gateway** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
7
+
summary: |-
8
+
Commands to manage App Routing Gateway API implementations.
9
+
description: |-
10
+
A group of commands to manage Gateway API implementations for App Routing in a given cluster.
11
+
status: GA
12
+
sourceType: Extension
13
+
commands:
14
+
- az_aks_approuting_gateway_istio
15
+
- az_aks_approuting_gateway_istio_disable
16
+
- az_aks_approuting_gateway_istio_enable
17
+
metadata:
18
+
description: A group of commands to manage Gateway API implementations for App Routing in a given cluster.
> This reference is part of the **aks-preview** extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an **az aks approuting gateway istio** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
7
+
summary: |-
8
+
Commands to manage the Istio Gateway API implementation for App Routing.
9
+
description: |-
10
+
A group of commands to manage the Istio-based Gateway API implementation for App Routing in a given cluster.
11
+
status: GA
12
+
sourceType: Extension
13
+
directCommands:
14
+
- uid: az_aks_approuting_gateway_istio_disable
15
+
name: az aks approuting gateway istio disable
16
+
summary: |-
17
+
Disable Gateway API based ingress on App Routing via Istio.
18
+
description: |-
19
+
This command disables the ingress-only Istio Gateway API implementation for App Routing in the given cluster.
20
+
status: GA
21
+
sourceType: Extension
22
+
syntax: >-
23
+
az aks approuting gateway istio disable --name
24
+
--resource-group
25
+
[--aks-custom-headers]
26
+
[--yes]
27
+
examples:
28
+
- summary: |-
29
+
Disable Istio Gateway API implementation for App Routing.
30
+
syntax: az aks approuting gateway istio disable --resource-group MyResourceGroup --name MyManagedCluster
31
+
requiredParameters:
32
+
- isRequired: true
33
+
name: --name -n
34
+
summary: |-
35
+
Name of the managed cluster.
36
+
- isRequired: true
37
+
name: --resource-group -g
38
+
summary: |-
39
+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
40
+
optionalParameters:
41
+
- name: --aks-custom-headers
42
+
summary: |-
43
+
Send custom headers. When specified, format should be Key1=Value1,Key2=Value2. Use AKSHTTPCustomFeatures=Microsoft.ContainerService/AppRoutingIstioGatewayAPIPreview to enable the preview feature flag after registering your subscription to use it.
44
+
- name: --yes -y
45
+
defaultValue: "False"
46
+
summary: |-
47
+
Do not prompt for confirmation.
48
+
globalParameters:
49
+
- name: --debug
50
+
defaultValue: "False"
51
+
summary: |-
52
+
Increase logging verbosity to show all debug logs.
JMESPath query string. See http://jmespath.org/ for more information and examples.
68
+
- name: --subscription
69
+
summary: |-
70
+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
71
+
- name: --verbose
72
+
defaultValue: "False"
73
+
summary: |-
74
+
Increase logging verbosity. Use --debug for full debug logs.
75
+
- uid: az_aks_approuting_gateway_istio_enable
76
+
name: az aks approuting gateway istio enable
77
+
summary: |-
78
+
Enable Gateway API based ingress on App Routing via Istio without service mesh functionality.
79
+
description: |-
80
+
This command enables an ingress-only version of Istio as a Gateway API implementation for App Routing
81
+
in the given cluster. This Istio instance only reconciles Gateway API resources and does not provide
82
+
service mesh functionality (e.g. mTLS, traffic management between services). Cannot be used
83
+
simultaneously with Azure Service Mesh (az aks mesh enable).
84
+
status: GA
85
+
sourceType: Extension
86
+
syntax: >-
87
+
az aks approuting gateway istio enable --name
88
+
--resource-group
89
+
[--aks-custom-headers]
90
+
examples:
91
+
- summary: |-
92
+
Enable Istio Gateway API implementation for App Routing.
93
+
syntax: az aks approuting gateway istio enable --resource-group MyResourceGroup --name MyManagedCluster
94
+
requiredParameters:
95
+
- isRequired: true
96
+
name: --name -n
97
+
summary: |-
98
+
Name of the managed cluster.
99
+
- isRequired: true
100
+
name: --resource-group -g
101
+
summary: |-
102
+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
103
+
optionalParameters:
104
+
- name: --aks-custom-headers
105
+
summary: |-
106
+
Send custom headers. When specified, format should be Key1=Value1,Key2=Value2. Use AKSHTTPCustomFeatures=Microsoft.ContainerService/AppRoutingIstioGatewayAPIPreview to enable the preview feature flag after registering your subscription to use it.
107
+
globalParameters:
108
+
- name: --debug
109
+
defaultValue: "False"
110
+
summary: |-
111
+
Increase logging verbosity to show all debug logs.
0 commit comments