diff --git a/src/azure-cli/azure/cli/command_modules/sql/_params.py b/src/azure-cli/azure/cli/command_modules/sql/_params.py index 132854dd141..0b09fa1eca4 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/_params.py +++ b/src/azure-cli/azure/cli/command_modules/sql/_params.py @@ -936,7 +936,9 @@ def _configure_security_policy_storage_params(arg_ctx): c.argument('audit_actions_and_groups', options_list=['--actions'], arg_group=policy_arg_group, - help='List of actions and action groups to audit.', + help='List of actions and action groups to audit.' + 'These are space seperated values.' + 'Example: --actions FAILED_DATABASE_AUTHENTICATION_GROUP BATCH_COMPLETED_GROUP', nargs='+') c.argument('retention_days', @@ -1568,7 +1570,9 @@ def _configure_security_policy_storage_params(arg_ctx): c.argument('audit_actions_and_groups', options_list=['--actions'], arg_group=policy_arg_group, - help='List of actions and action groups to audit.', + help='List of actions and action groups to audit.' + 'These are space seperated values.' + 'Example: --actions FAILED_DATABASE_AUTHENTICATION_GROUP BATCH_COMPLETED_GROUP', nargs='+') c.argument('retention_days',