[AKS] Hotfix: az aks create/update: Add --enable-gateway-api and --disable-gateway-api parameters to manage Managed Gateway API installation#33286
Merged
wangzelin007 merged 2 commits intoAzure:releasefrom Apr 30, 2026
Conversation
|
Hi @meecethereese, |
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
az aks create/update: Add --enable-gateway-api and --disable-gateway-api parameters to manage Managed Gateway API installation
az aks create/update: Add --enable-gateway-api and --disable-gateway-api parameters to manage Managed Gateway API installationaz aks create/update: Add --enable-gateway-api and --disable-gateway-api parameters to manage Managed Gateway API installation
yanzhudd
approved these changes
Apr 30, 2026
Contributor
|
Hi @meecethereese |
Author
|
@yanzhudd I've removed the History.rst file! |
Contributor
|
Hi @meecethereese |
added 2 commits
April 30, 2026 10:46
…-disable-gateway-api Squash-applied the changes from PR Azure#33238 (head 3830d45) onto the release branch to enable Managed Gateway API installation management through `az aks create` and `az aks update`. Adds: - --enable-gateway-api / --disable-gateway-api parameters - ingressProfile.gatewayApi.installation ("Disabled"/"Standard") wiring - Tests and recordings Manually updated HISTORY.rst for 2.86.1 (Hotfix-labeled PRs are skipped by the auto-generator). Original PR: Azure#33238
f490b2a to
f96d418
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotfix cherry-pick of #33238 onto
releaseCherry-picks #33238 ("
az aks create/update: Add--enable-gateway-apiand--disable-gateway-apito manage Managed Gateway API installation") onto thereleasebranch so the GA Managed Gateway API surface ships in the next patch without waiting for the regular dev → release promotion.Why hotfix
The Managed Gateway API GA service rollout is in flight and customers need the CLI surface (
--enable-gateway-api/--disable-gateway-api) available in the current release line to onboard.Contents
az aks create/update: Add new parameters--enable-gateway-apiand--disable-gateway-apito manage Gateway API installation #33238 (no functional deltas vs. thedevmerge).src/azure-cli/HISTORY.rstupdated manually with a new2.86.1patch section noting the hotfix (auto-gen skipsHotfix-labeled PRs, per project convention).Follow-up
A
release → devback-merge PR will be opened after this ships, without squash, to keep the histories aligned (per the precedent in #32168, #32881, #32038, #32076, #15505).References
az aks create/update: Add new parameters--enable-gateway-apiand--disable-gateway-apito manage Gateway API installation #33238TestExtensionsLoadingtimeout to 80 minutes #32168, {Misc.} Port credscan false positive fix from release to dev #32881, {LTS} Backport #30703: Fix generic update issue #32038, {LTS} Backport #31669: Bump urllib3 to 2.5.0 #32076, {Branch Management} Merge release 2.13.0 back to dev #15505