From 12a3eaa6683d5ab166b5faec531e1d1fb007a821 Mon Sep 17 00:00:00 2001 From: Julie Zhu Date: Thu, 30 Apr 2026 10:48:14 +1000 Subject: [PATCH 1/2] update history notes for 2.86.0 --- src/azure-cli/HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index ce27c79f73a..a09972f71f7 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -25,6 +25,8 @@ Release History * `az aks mesh enable/proxy-redirection-mechanism`: Add mesh Istio CNI commands (#32992) * `az aks nodepool add`: Add `Windows2025` as a supported value for `--os-sku` (#33246) * `az aks update`: Fix `--enable-azure-monitor-metrics` failing with RoleAssignmentExists when Grafana role assignment already exists (#33229) +* Hotfix: `az aks create/update`: Add `--enable-gateway-api` and `--disable-gateway-api` parameters to manage Managed Gateway API installation (#33286) +* Hotfix: `az aks create/update`: Add `--enable-app-routing-istio` and `--disable-app-routing-istio` to manage App Routing Istio gateway implementation (#33287) **App Service** From e49f876065c88ac2b4d54c8cce79d7581fb081b0 Mon Sep 17 00:00:00 2001 From: Julie Zhu Date: Thu, 30 Apr 2026 11:19:06 +1000 Subject: [PATCH 2/2] update --- src/azure-cli/HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/HISTORY.rst b/src/azure-cli/HISTORY.rst index a09972f71f7..c0d13ee1b65 100644 --- a/src/azure-cli/HISTORY.rst +++ b/src/azure-cli/HISTORY.rst @@ -25,8 +25,8 @@ Release History * `az aks mesh enable/proxy-redirection-mechanism`: Add mesh Istio CNI commands (#32992) * `az aks nodepool add`: Add `Windows2025` as a supported value for `--os-sku` (#33246) * `az aks update`: Fix `--enable-azure-monitor-metrics` failing with RoleAssignmentExists when Grafana role assignment already exists (#33229) -* Hotfix: `az aks create/update`: Add `--enable-gateway-api` and `--disable-gateway-api` parameters to manage Managed Gateway API installation (#33286) -* Hotfix: `az aks create/update`: Add `--enable-app-routing-istio` and `--disable-app-routing-istio` to manage App Routing Istio gateway implementation (#33287) +* `az aks create/update`: Add `--enable-gateway-api` and `--disable-gateway-api` parameters to manage Managed Gateway API installation (#33286) +* `az aks create/update`: Add `--enable-app-routing-istio` and `--disable-app-routing-istio` to manage App Routing Istio gateway implementation (#33287) **App Service**