Skip to content

Commit 9a346ac

Browse files
committed
update
1 parent 1b9548c commit 9a346ac

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/aks-preview/HISTORY.rst

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

1212
Pending
1313
+++++++
14+
15+
17.0.0b1
16+
+++++++
17+
* [BREAKING CHANGE]: `az aks create`: Change default value of option `--node-vm-size` to ""
18+
* [BREAKING CHANGE]: `az aks nodepool add`: Change default value of option `--node-vm-size` to ""
19+
1420
16.0.0b1
1521
+++++++
1622
* [BREAKING CHANGE] Remove flux extension from the list of supported core extensions

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
`--service-principal` is specified.
4141
- name: --node-vm-size -s
4242
type: string
43-
short-summary: Size of Virtual Machines to create as Kubernetes nodes.
43+
short-summary: Size of Virtual Machines to create as Kubernetes nodes. If the user does not specify one, server will select a default VM size for her/him.
4444
- name: --dns-name-prefix -p
4545
type: string
4646
short-summary: Prefix for hostnames that are created. If not specified, generate a hostname using the
@@ -1698,7 +1698,7 @@
16981698
parameters:
16991699
- name: --node-vm-size -s
17001700
type: string
1701-
short-summary: Size of Virtual Machines to create as Kubernetes nodes.
1701+
short-summary: Size of Virtual Machines to create as Kubernetes nodes. If the user does not specify one, server will select a default VM size for her/him.
17021702
- name: --node-count -c
17031703
type: int
17041704
short-summary: Number of nodes in the Kubernetes agent pool. After creating a cluster, you can change the

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 = "16.0.0b1"
12+
VERSION = "17.0.0b1"
1313

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

0 commit comments

Comments
 (0)