Skip to content

Commit cad4c01

Browse files
committed
update history
1 parent bfc7953 commit cad4c01

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/aks-preview/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
18.0.0b23
16+
+++++++
17+
* `az aks create`: Add new parameter `--disable-run-command` to disable run command feature for the cluster
18+
* `az aks update`: Add new parameters `--disable-run-command` and `--enable-run-command` to toggle the run command feature on or off
19+
1520
18.0.0b22
1621
+++++++
1722
* Vendor new SDK and bump API version to 2025-06-02-preview.

src/aks-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import setup, find_packages
1111

12-
VERSION = "18.0.0b22"
12+
VERSION = "18.0.0b23"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)