From 091211eadef6eb35da3b91ade10fb7e320899db2 Mon Sep 17 00:00:00 2001 From: Runzhen Wang Date: Wed, 1 Apr 2026 21:10:48 +0000 Subject: [PATCH 1/2] new release --- src/aks-preview/HISTORY.rst | 5 ++++- src/aks-preview/setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 6363e8ac1ad..a581ad4fa37 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -11,10 +11,13 @@ To release a new version, please select a new version number (usually plus 1 to Pending +++++++ -* Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`. * `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes. * Fix monitoring addon key casing compatibility with azure-cli/acs +19.0.0b29 ++++++++ +* Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`. + 19.0.0b28 +++++++ * Fix `match_condition` kwarg leaking to HTTP transport by overriding `put_mc` and `add_agentpool` to pass `if_match` / `if_none_match` directly to the vendored SDK. This change fixes the compatibility issue as azure-cli/acs module adopts TypeSpec emitted SDKs while azure-cli-extensions/aks-preview still uses the autorest emitted SDK. diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index 2b7515ea68c..8b2ebbcecdd 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -9,7 +9,7 @@ from setuptools import find_packages, setup -VERSION = "19.0.0b28" +VERSION = "19.0.0b29" CLASSIFIERS = [ "Development Status :: 4 - Beta", From 367dce3dc77d872418bf2b102a3295d1157b5a1b Mon Sep 17 00:00:00 2001 From: Runzhen Date: Wed, 1 Apr 2026 18:24:40 -0700 Subject: [PATCH 2/2] Update src/aks-preview/HISTORY.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/aks-preview/HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index a581ad4fa37..8c3b669c6c3 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -11,12 +11,12 @@ To release a new version, please select a new version number (usually plus 1 to Pending +++++++ -* `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes. -* Fix monitoring addon key casing compatibility with azure-cli/acs 19.0.0b29 +++++++ * Add MIG (Multi-Instance GPU) strategy option to node pool property in `az aks nodepool add` and `az aks nodepool update`. +* `az aks create/update`: Add `--outbound-type managedNATGatewayV2` support using Azure NAT Gateway Standard V2 SKU with IPv6, user-provided IPs, and IP prefixes. +* Fix monitoring addon key casing compatibility with azure-cli/acs 19.0.0b28 +++++++