File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,14 @@ Pending
1313+++++++
1414* Add machine command `az aks machine add ` to add a machine to an existing machine pool.
1515
16+ 18.0.0b38
17+ +++++++
18+ * Add option `AzureLinuxOSGuard ` and `AzureLinux3OSGuard ` to `--os-sku ` for `az aks nodepool add ` and `az aks nodepool update `.
19+
162018.0.0b37
1721+++++++
1822* Enable autoscaler support for the VirtualMachines agent pool type.
1923* Add `--node-vm-size ` to `az aks update ` to allow changing the VM size for VirtualMachines node pools.
20- * Add option `AzureLinuxOSGuard ` and `AzureLinux3OSGuard ` to `--os-sku ` for `az aks nodepool add ` and `az aks nodepool update `.
2124
222518.0.0b36
2326+++++++
Original file line number Diff line number Diff line change 99
1010from setuptools import find_packages , setup
1111
12- VERSION = "18.0.0b37 "
12+ VERSION = "18.0.0b38 "
1313
1414CLASSIFIERS = [
1515 "Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments