Skip to content

Commit b074777

Browse files
author
kovirivong
committed
update changelog
1 parent b67342e commit b074777

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pending
1515
* Add blue-green upgrade strategy support for AKS node pools:
1616
- `az aks nodepool add/update/upgrade`: Add `--upgrade-strategy` parameter to switch between rolling and blue-green nodepool upgrades.
1717
- `az aks nodepool add/update/upgrade`: Add `--drain-batch-size`, `--drain-timeout-bg`, `--batch-soak-duration`, `--final-soak-duration` parameters to configure blue-green upgrade settings.
18+
* Add jwtauthenticator commands `az aks jwtauthenticator add/update/show/list/delete` to manage JWT authenticators for a managed cluster.
1819

1920
18.0.0b38
2021
+++++++

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4106,8 +4106,8 @@
41064106
type: string
41074107
short-summary: Path to JSON file containing the JWT authenticator configuration.
41084108
long-summary: The JSON file should contain the properties schema for one JWT authenticator.
4109-
For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation:
4110-
https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration.
4109+
For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation
4110+
at https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration.
41114111
Please note that not all fields available in the Kubernetes documentation are supported by AKS.
41124112
For troubleshooting, please see https://aka.ms/aks-external-issuers-docs."
41134113
- name: --aks-custom-headers
@@ -4134,8 +4134,8 @@
41344134
type: string
41354135
short-summary: Path to JSON file containing the updated JWT authenticator configuration.
41364136
long-summary: The JSON file should contain the properties schema for one JWT authenticator.
4137-
For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation:
4138-
https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration.
4137+
For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation
4138+
at https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration.
41394139
Please note that not all fields available in the Kubernetes documentation are supported by AKS.
41404140
For troubleshooting, please see https://aka.ms/aks-external-issuers-docs."
41414141
- name: --aks-custom-headers

0 commit comments

Comments
 (0)