File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+
162015.0.0b1
1721++++++++
1822* [BREAKING CHANGE] Change `--vm-sizes ` for VirtualMachines manual profile to awalys support single SKU size.
@@ -24,7 +28,6 @@ Pending
242814.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
293214.0.0b5
3033++++++++
Original file line number Diff line number Diff line change 99
1010from setuptools import setup , find_packages
1111
12- VERSION = "15.0.0b1 "
12+ VERSION = "15.0.0b2 "
1313
1414CLASSIFIERS = [
1515 "Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments