Skip to content

Commit d3ba85a

Browse files
authored
Update src/azure-cli/azure/cli/command_modules/acs/custom.py
1 parent 77f5616 commit d3ba85a

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
@@ -1280,7 +1280,7 @@ def aks_upgrade(cmd,
12801280
upgrade_all = True
12811281
else:
12821282
if not control_plane_only:
1283-
msg = ("Since --control-plane-only argument parameter is not specified, this will upgrade the control plane "
1283+
msg = ("Since --control-plane-only parameter is not specified, this will upgrade the control plane "
12841284
"AND all nodepools to version {}. Continue?").format(instance.kubernetes_version)
12851285
if not yes and not prompt_y_n(msg, default="n"):
12861286
return None

0 commit comments

Comments
 (0)