We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8f300 commit 1e7d5c7Copy full SHA for 1e7d5c7
src/azure-cli/azure/cli/command_modules/acs/custom.py
@@ -1286,7 +1286,7 @@ def aks_upgrade(cmd,
1286
return None
1287
upgrade_all = True
1288
else:
1289
- msg = ("Since control-plane-only argument is specified, this will upgrade only the kubernetes version of the control plane to {}. "
+ msg = ("Since --control-plane-only parameter is specified, this will upgrade only the kubernetes version of the control plane to {}. "
1290
"Kubernetes versions of the node pools will remain unchanged, "
1291
"but node image version may be upgraded if there has been cluster config change that requires VM reimage. "
1292
"Continue?").format(instance.kubernetes_version)
0 commit comments