Skip to content

Commit a2f68fa

Browse files
author
reneeli@microsoft.com
committed
fix version
1 parent 991d30a commit a2f68fa

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/aks-preview/HISTORY.rst

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

1212
Pending
1313
+++++++
14+
15+
16.0.0b2
16+
++++++++
17+
* Add option `--migrate-vmas-to-vms` to `az aks update`
18+
1419
16.0.0b1
1520
+++++++
1621
* [BREAKING CHANGE] Remove flux extension from the list of supported core extensions
@@ -20,10 +25,6 @@ Pending
2025
* Add aks extension and aks extension-type command groups
2126
* Remove TrustedAccess commands from aks-preview extension as it is GA and exists in azure-cli for long time.
2227

23-
15.0.0b2
24-
++++++++
25-
* Add option `--migrate-vmas-to-vms` to `az aks update`
26-
2728
15.0.0b1
2829
++++++++
2930
* [BREAKING CHANGE] Change `--vm-sizes` for VirtualMachines manual profile to awalys support single SKU size.

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 = "16.0.0b1"
12+
VERSION = "16.0.0b2"
1313

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

0 commit comments

Comments
 (0)