You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aks-preview/HISTORY.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,18 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
* Remove PMK validation for `--azure-keyvault-kms-key-id` parameter.
15
+
16
+
19.0.0b10
17
+
+++++++
14
18
* Vendor new SDK and bump API version to 2025-08-02-preview.
19
+
* `az aks update`: Fix `--azure-keyvault-kms-key-vault-network-access` parameter not being correctly applied during cluster creation and updates.
15
20
16
21
19.0.0b9
17
22
+++++++
18
23
* `az aks create --enable-hosted-system`: no longer provision default system node pool when creating an automatic cluster with hosted system enabled.
19
24
* `az aks machine update`: Add support for updating machine tags, node taints and node labels.
20
-
* Fix `az aks bastion` subshell defaulting to cmd on Windows when invoked from PowerShell by implementing grandparent process detection to identify the actual user shell.
25
+
* Fix `az aks bastion` subshell defaulting to cmd on Windows when invoked from PowerShell by implementing grandparent process detection to identify the actual user shell.
# PMK enabled (K2P): Only accept versionless key ID (3 segments: vault.net/keys/key-name)
1454
-
iflen(segments) !=3:
1455
-
err_msg= (
1456
-
"--azure-keyvault-kms-key-id is not a valid versionless Key Vault key ID for PMK. "
1457
-
"Valid format is https://{key-vault-url}/keys/{key-name}. "
1458
-
"See https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name"# pylint: disable=line-too-long
"--azure-keyvault-kms-key-id is not a valid Key Vault key ID. "
1466
-
"See https://docs.microsoft.com/en-us/azure/key-vault/general/about-keys-secrets-certificates#vault-name-and-object-name"# pylint: disable=line-too-long
0 commit comments