Skip to content

Commit

Permalink
{Rdbms} Fix typo in parameter help for replica promotion (#29982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan8902 authored Oct 15, 2024
1 parent 94f7f92 commit 34e8d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/rdbms/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def _flexible_server_params(command_group):

promote_mode_arg_type = CLIArgumentType(
arg_type=get_enum_type(['standalone', 'switchover']),
help='Whether to promote read replica to an independent server or promite it as a primary server.'
help='Whether to promote read replica to an independent server or promote it as a primary server.'
)

promote_option_arg_type = CLIArgumentType(
Expand Down

0 comments on commit 34e8d19

Please sign in to comment.