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,14 +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.0b37
16+ 18.0.0b38
1717+++++++
18- * Enable autoscaler support for the VirtualMachines agent pool type.
19- * Add `--node-vm-size ` to `az aks update ` to allow changing the VM size for VirtualMachines node pools.
18+ * Add option `--acns-datapath-acceleration-mode <None|BpfVeth> ` to `az aks create/update `
2019
212018.0.0b37
2221+++++++
23- * Add option `--acns-datapath-acceleration-mode <None|BpfVeth> ` to `az aks create/update `
22+ * Enable autoscaler support for the VirtualMachines agent pool type.
23+ * Add `--node-vm-size ` to `az aks update ` to allow changing the VM size for VirtualMachines node pools.
2424
252518.0.0b36
2626+++++++
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