Skip to content

Commit 437eaff

Browse files
author
reneeli@microsoft.com
committed
fix version
1 parent d681388 commit 437eaff

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/aks-preview/HISTORY.rst

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

1212
Pending
1313
+++++++
14+
15+
15.0.0b3
16+
++++++++
17+
* Add option `--migrate-vmas-to-vms` to `az aks update`
18+
1419
15.0.0b2
1520
+++++++
1621
* Add aks extension and aks extension-type command groups
1722
* Remove TrustedAccess commands from aks-preview extension as it is GA and exists in azure-cli for long time.
1823

19-
15.0.0b2
20-
++++++++
21-
* Add option `--migrate-vmas-to-vms` to `az aks update`
22-
2324
15.0.0b1
2425
++++++++
2526
* [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 = "15.0.0b2"
12+
VERSION = "15.0.0b3"
1313

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

0 commit comments

Comments
 (0)