Skip to content

Commit e13285c

Browse files
committed
Fx version
1 parent 4e94492 commit e13285c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313

14-
19.0.0b10
14+
19.0.0b11
1515
+++++++
16+
* Fix `NoneType` error when performing operations on automatic clusters that have hosted system components enabled.
1617

1718
19.0.0b10
1819
+++++++
19-
* Fix `NoneType` error when performing operations on automatic clusters that have hosted system components enabled.
2020
* Vendor new SDK and bump API version to 2025-08-02-preview.
2121
* `az aks update`: Fix `--azure-keyvault-kms-key-vault-network-access` parameter not being correctly applied during cluster creation and updates.
2222

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 find_packages, setup
1111

12-
VERSION = "19.0.0b10"
12+
VERSION = "19.0.0b11"
1313

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

0 commit comments

Comments
 (0)