From 34e8d1941567a1af0c6377118004289db492ea5b Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Tue, 15 Oct 2024 06:56:23 +0100 Subject: [PATCH] {Rdbms} Fix typo in parameter help for replica promotion (#29982) --- src/azure-cli/azure/cli/command_modules/rdbms/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/rdbms/_params.py b/src/azure-cli/azure/cli/command_modules/rdbms/_params.py index 035d3755bfe..e48a39c2c9d 100644 --- a/src/azure-cli/azure/cli/command_modules/rdbms/_params.py +++ b/src/azure-cli/azure/cli/command_modules/rdbms/_params.py @@ -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(