Skip to content

Commit 9f48cc1

Browse files
author
docsreference@microsoft.com
committed
1 parent 50edea7 commit 9f48cc1

22 files changed

Lines changed: 325 additions & 46 deletions

File tree

docs-ref-autogen/Latest-version/latest/TOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9250,6 +9250,18 @@
92509250
displayName: az aks approuting defaultdomain
92519251
no-loc:
92529252
- defaultdomain
9253+
- name: gateway
9254+
items:
9255+
- name: Commands
9256+
uid: az_aks_approuting_gateway
9257+
displayName: az aks approuting gateway
9258+
- name: istio
9259+
uid: az_aks_approuting_gateway_istio
9260+
displayName: az aks approuting gateway istio
9261+
no-loc:
9262+
- istio
9263+
no-loc:
9264+
- gateway
92539265
- name: zone
92549266
uid: az_aks_approuting_zone
92559267
displayName: az aks approuting zone

docs-ref-autogen/Latest-version/latest/acat/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ directCommands:
5252
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".
5353
groupName: Properties Arguments
5454
- name: --trigger-time
55-
defaultValue: 2026-03-17 12:00:00
55+
defaultValue: 2026-03-18 12:00:00
5656
summary: |-
5757
Report collection trigger time.
5858
groupName: Properties Arguments

docs-ref-autogen/Latest-version/latest/aks.yml

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ directCommands:
15811581
[--aci-subnet-name]
15821582
[--acns-advanced-networkpolicies {FQDN, L7, None}]
15831583
[--acns-datapath-acceleration-mode {BpfVeth, None}]
1584-
[--acns-transit-encryption-type {None, WireGuard}]
1584+
[--acns-transit-encryption-type {None, WireGuard, mTLS}]
15851585
[--admin-username]
15861586
[--aks-custom-headers]
15871587
[--ampls-resource-id]
@@ -1635,6 +1635,7 @@ directCommands:
16351635
[--enable-ai-toolchain-operator]
16361636
[--enable-apiserver-vnet-integration]
16371637
[--enable-app-routing]
1638+
[--enable-app-routing-istio --enable-ari]
16381639
[--enable-application-load-balancer]
16391640
[--enable-asm --enable-azure-service-mesh]
16401641
[--enable-azure-container-storage]
@@ -1950,9 +1951,9 @@ directCommands:
19501951
Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
19511952
isPreview: true
19521953
- name: --acns-transit-encryption-type
1953-
acceptedValues: None, WireGuard
1954+
acceptedValues: None, WireGuard, mTLS
19541955
summary: |-
1955-
Specify the transit encryption type for ACNS. Available values are 'None' and 'WireGuard'.
1956+
Specify the transit encryption type for ACNS. Available values are 'None', 'WireGuard', and 'mTLS'.
19561957
isPreview: true
19571958
- name: --admin-username -u
19581959
defaultValue: azureuser
@@ -2178,6 +2179,15 @@ directCommands:
21782179
summary: |-
21792180
Enable Application Routing addon.
21802181
isPreview: true
2182+
- name: --enable-app-routing-istio --enable-ari
2183+
defaultValue: "False"
2184+
summary: |-
2185+
Enable Gateway API based ingress on App Routing via Istio without service mesh functionality.
2186+
description: |-
2187+
This enables an ingress-only version of Istio that reconciles Gateway API resources for App Routing.
2188+
It does not provide service mesh functionality (e.g. mTLS, traffic management between services).
2189+
Cannot be used simultaneously with the Istio service mesh add-on (--enable-azure-service-mesh).
2190+
isPreview: true
21812191
- name: --enable-application-load-balancer
21822192
defaultValue: "False"
21832193
summary: |-
@@ -5677,7 +5687,7 @@ directCommands:
56775687
[--aad-tenant-id]
56785688
[--acns-advanced-networkpolicies {FQDN, L7, None}]
56795689
[--acns-datapath-acceleration-mode {BpfVeth, None}]
5680-
[--acns-transit-encryption-type {None, WireGuard}]
5690+
[--acns-transit-encryption-type {None, WireGuard, mTLS}]
56815691
[--aks-custom-headers]
56825692
[--ampls-resource-id]
56835693
[--api-server-authorized-ip-ranges]
@@ -5706,6 +5716,7 @@ directCommands:
57065716
[--disable-acns-security]
57075717
[--disable-ahub]
57085718
[--disable-ai-toolchain-operator]
5719+
[--disable-app-routing-istio --disable-ari]
57095720
[--disable-application-load-balancer]
57105721
[--disable-azure-container-storage]
57115722
[--disable-azure-keyvault-kms]
@@ -5748,6 +5759,7 @@ directCommands:
57485759
[--enable-ahub]
57495760
[--enable-ai-toolchain-operator]
57505761
[--enable-apiserver-vnet-integration]
5762+
[--enable-app-routing-istio --enable-ari]
57515763
[--enable-application-load-balancer]
57525764
[--enable-azure-container-storage]
57535765
[--enable-azure-keyvault-kms]
@@ -6008,9 +6020,9 @@ directCommands:
60086020
Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
60096021
isPreview: true
60106022
- name: --acns-transit-encryption-type
6011-
acceptedValues: None, WireGuard
6023+
acceptedValues: None, WireGuard, mTLS
60126024
summary: |-
6013-
Specify the transit encryption type for ACNS. Available values are 'None' and 'WireGuard'.
6025+
Specify the transit encryption type for ACNS. Available values are 'None', 'WireGuard', and 'mTLS'.
60146026
isPreview: true
60156027
- name: --aks-custom-headers
60166028
summary: |-
@@ -6120,6 +6132,11 @@ directCommands:
61206132
summary: |-
61216133
Disable AI toolchain operator.
61226134
isPreview: true
6135+
- name: --disable-app-routing-istio --disable-ari
6136+
defaultValue: "False"
6137+
summary: |-
6138+
Disable Gateway API based ingress on App Routing via Istio.
6139+
isPreview: true
61236140
- name: --disable-application-load-balancer
61246141
defaultValue: "False"
61256142
summary: |-
@@ -6302,6 +6319,15 @@ directCommands:
63026319
summary: |-
63036320
Enable integration of user vnet with control plane apiserver pods.
63046321
isPreview: true
6322+
- name: --enable-app-routing-istio --enable-ari
6323+
defaultValue: "False"
6324+
summary: |-
6325+
Enable Gateway API based ingress on App Routing via Istio without service mesh functionality.
6326+
description: |-
6327+
This enables an ingress-only version of Istio that reconciles Gateway API resources for App Routing.
6328+
It does not provide service mesh functionality (e.g. mTLS, traffic management between services).
6329+
Cannot be used simultaneously with the Istio service mesh add-on (--enable-azure-service-mesh).
6330+
isPreview: true
63056331
- name: --enable-application-load-balancer
63066332
defaultValue: "False"
63076333
summary: |-
@@ -7477,6 +7503,10 @@ commands:
74777503
- az_aks_approuting_disable(aks-preview)
74787504
- az_aks_approuting_enable
74797505
- az_aks_approuting_enable(aks-preview)
7506+
- az_aks_approuting_gateway
7507+
- az_aks_approuting_gateway_istio
7508+
- az_aks_approuting_gateway_istio_disable
7509+
- az_aks_approuting_gateway_istio_enable
74807510
- az_aks_approuting_update
74817511
- az_aks_approuting_update(aks-preview)
74827512
- az_aks_approuting_zone

docs-ref-autogen/Latest-version/latest/aks/approuting.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ commands:
421421
- az_aks_approuting_disable(aks-preview)
422422
- az_aks_approuting_enable
423423
- az_aks_approuting_enable(aks-preview)
424+
- az_aks_approuting_gateway
425+
- az_aks_approuting_gateway_istio
426+
- az_aks_approuting_gateway_istio_disable
427+
- az_aks_approuting_gateway_istio_enable
424428
- az_aks_approuting_update
425429
- az_aks_approuting_update(aks-preview)
426430
- az_aks_approuting_zone
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### YamlMime:AzureCLIGroup
2+
uid: az_aks_approuting_gateway
3+
name: az aks approuting gateway
4+
extensionInformation: |-
5+
> [!NOTE]
6+
> 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.
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
### YamlMime:AzureCLIGroup
2+
uid: az_aks_approuting_gateway_istio
3+
name: az aks approuting gateway istio
4+
extensionInformation: |-
5+
> [!NOTE]
6+
> 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.
53+
- name: --help -h
54+
summary: |-
55+
Show this help message and exit.
56+
- name: --only-show-errors
57+
defaultValue: "False"
58+
summary: |-
59+
Only show errors, suppressing warnings.
60+
- name: --output -o
61+
defaultValue: json
62+
acceptedValues: json, jsonc, none, table, tsv, yaml, yamlc
63+
summary: |-
64+
Output format.
65+
- name: --query
66+
summary: |-
67+
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.
112+
- name: --help -h
113+
summary: |-
114+
Show this help message and exit.
115+
- name: --only-show-errors
116+
defaultValue: "False"
117+
summary: |-
118+
Only show errors, suppressing warnings.
119+
- name: --output -o
120+
defaultValue: json
121+
acceptedValues: json, jsonc, none, table, tsv, yaml, yamlc
122+
summary: |-
123+
Output format.
124+
- name: --query
125+
summary: |-
126+
JMESPath query string. See http://jmespath.org/ for more information and examples.
127+
- name: --subscription
128+
summary: |-
129+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
130+
- name: --verbose
131+
defaultValue: "False"
132+
summary: |-
133+
Increase logging verbosity. Use --debug for full debug logs.
134+
commands:
135+
- az_aks_approuting_gateway_istio_disable
136+
- az_aks_approuting_gateway_istio_enable
137+
metadata:
138+
description: A group of commands to manage the Istio-based Gateway API implementation for App Routing in a given cluster.

docs-ref-autogen/Latest-version/latest/ams/asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ directCommands:
215215
The name of the Azure Media Services account.
216216
groupName: Resource Id Arguments
217217
- name: --expiry
218-
defaultValue: 2026-03-18 10:17:07.645327
218+
defaultValue: 2026-03-19 10:12:41.427873
219219
summary: |-
220220
Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time.
221221
- name: --ids

docs-ref-autogen/Latest-version/latest/blueprint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ status: Deprecated
1010
isBreakingChange: true
1111
isDeprecated: true
1212
deprecateInfo: >-
13-
This command group has been deprecated and will be removed in next breaking change release(2.86.0) scheduled for May 2026.
14-
1513
Blueprints and associated commands will be deprecated
1614
1715
as early as July 2026. Customers are encouraged to transition to
@@ -21,6 +19,8 @@ deprecateInfo: >-
2119
Migration documentation is available at
2220
2321
https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
22+
23+
This command group has been deprecated and will be removed in next breaking change release(2.86.0) scheduled for May 2026.
2424
sourceType: Extension
2525
directCommands:
2626
- uid: az_blueprint_create

docs-ref-autogen/Latest-version/latest/iot/ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ directCommands:
2727
Note: Resource kind (--resources) and name (--resource-name) filtering can only be used with the '--svc' argument.
2828
2929
{Supported service APIs}
30-
- deviceregistry.microsoft.com/[v1,v1beta1]
3130
- namespaces.deviceregistry.microsoft.com/[v1beta1]
31+
- deviceregistry.microsoft.com/[v1,v1beta1]
3232
- mqttbroker.iotoperations.azure.com/[v1,v1beta1]
3333
- connectivity.iotoperations.azure.com/[v1,v1beta1]
3434

docs-ref-autogen/Latest-version/latest/iot/ops/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ directCommands:
1818
description: |-
1919
{Supported service APIs}
2020
- mqttbroker.iotoperations.azure.com/[v1,v1beta1]
21-
- deviceregistry.microsoft.com/[v1,v1beta1]
2221
- namespaces.deviceregistry.microsoft.com/[v1beta1]
22+
- deviceregistry.microsoft.com/[v1,v1beta1]
2323
- cert-manager.io/v1
2424
- clusterconfig.azure.com/[v1]
2525
- connectivity.iotoperations.azure.com/[v1,v1beta1]

0 commit comments

Comments
 (0)