We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f5616 commit d3ba85aCopy full SHA for d3ba85a
src/azure-cli/azure/cli/command_modules/acs/custom.py
@@ -1280,7 +1280,7 @@ def aks_upgrade(cmd,
1280
upgrade_all = True
1281
else:
1282
if not control_plane_only:
1283
- msg = ("Since --control-plane-only argument parameter is not specified, this will upgrade the control plane "
+ msg = ("Since --control-plane-only parameter is not specified, this will upgrade the control plane "
1284
"AND all nodepools to version {}. Continue?").format(instance.kubernetes_version)
1285
if not yes and not prompt_y_n(msg, default="n"):
1286
return None
0 commit comments