Skip to content

Commit 8e3610e

Browse files
author
reneeli@microsoft.com
committed
update version
1 parent 53c8f0d commit 8e3610e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Pending
1313
+++++++
1414
* Remove TrustedAccess commands from aks-preview extension as it is GA and exists in azure-cli for long time.
1515

16+
15.0.0b2
17+
++++++++
18+
* Add option `--migrate-vmas-to-vms` to `az aks update`
19+
1620
15.0.0b1
1721
++++++++
1822
* [BREAKING CHANGE] Change `--vm-sizes` for VirtualMachines manual profile to awalys support single SKU size.
@@ -24,7 +28,6 @@ Pending
2428
14.0.0b6
2529
+++++++
2630
* Add option `--acns-advanced-networkpolicies <None|FQDN|L7>` to `az aks create/update`
27-
* Add option `--migrate-vmas-to-vms` to `az aks update`
2831

2932
14.0.0b5
3033
++++++++

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

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

0 commit comments

Comments
 (0)