Skip to content

Commit 41624c7

Browse files
authored
Correct the description of --custom-ca-certificates (#8490)
1 parent 6350d6d commit 41624c7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ If there is no rush to release a new version, please just add a description of t
99

1010
To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc <https://semver.org/>`_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
1111

12+
13.0.0b6
13+
+++++++
14+
* `az aks create/update`: Update parameter description of `--custom-ca-certificates`.
15+
1216
13.0.0b5
1317
+++++++
1418
* `az aks create/az aks nodepool add`: Emit error message when using `--asg-ids` alone without `--allowed-host-ports`.

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
- name: --ca-certs --custom-ca-trust-certificates
516516
type: string
517517
short-summary: Path to a file containing up to 10 blank line separated certificates. Only valid for linux nodes.
518-
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes. Requires Custom CA Trust to be enabled on the node.
518+
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes.
519519
- name: --enable-keda
520520
type: bool
521521
short-summary: Enable KEDA workload auto-scaler.
@@ -1186,7 +1186,7 @@
11861186
- name: --ca-certs --custom-ca-trust-certificates
11871187
type: string
11881188
short-summary: Path to a file containing up to 10 blank line separated certificates. Only valid for linux nodes.
1189-
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes. Requires Custom CA Trust to be enabled on the node.
1189+
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes.
11901190
- name: --safeguards-level
11911191
type: string
11921192
short-summary: The deployment safeguards Level. Accepted Values are [Off, Warning, Enforcement]. Requires azure policy addon to be enabled

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 = "13.0.0b5"
12+
VERSION = "13.0.0b6"
1313

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

0 commit comments

Comments
 (0)