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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ If there is no rush to release a new version, please just add a description of t
10
10
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.
11
11
12
12
Pending
13
+
+++++++
14
+
* Remove PMK validation for `--azure-keyvault-kms-key-id` parameter.
# 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