Skip to content

Commit 1e7d5c7

Browse files
Update src/azure-cli/azure/cli/command_modules/acs/custom.py
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
1 parent 9e8f300 commit 1e7d5c7

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/acs

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/acs/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ def aks_upgrade(cmd,
12861286
return None
12871287
upgrade_all = True
12881288
else:
1289-
msg = ("Since control-plane-only argument is specified, this will upgrade only the kubernetes version of the control plane to {}. "
1289+
msg = ("Since --control-plane-only parameter is specified, this will upgrade only the kubernetes version of the control plane to {}. "
12901290
"Kubernetes versions of the node pools will remain unchanged, "
12911291
"but node image version may be upgraded if there has been cluster config change that requires VM reimage. "
12921292
"Continue?").format(instance.kubernetes_version)

0 commit comments

Comments
 (0)