We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e2728 commit 40611baCopy full SHA for 40611ba
src/aks-preview/HISTORY.rst
@@ -13,6 +13,10 @@ Pending
13
+++++++
14
* Add option `Windows2025` to `--os-sku` for `az aks nodepool add`.
15
16
+18.0.0b40
17
++++++++
18
+* Update user prompt for `az aks upgrade` command to clarify the implication of the `--control-plane-only` options.
19
+
20
18.0.0b39
21
22
* Add option `AzureLinuxOSGuard` and `AzureLinux3OSGuard` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`.
src/aks-preview/setup.py
@@ -9,7 +9,7 @@
9
10
from setuptools import find_packages, setup
11
12
-VERSION = "18.0.0b39"
+VERSION = "18.0.0b40"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments