Skip to content

Commit

Permalink
{sql} | updated sample for action parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshMohanMSFT authored Jun 23, 2022
1 parent b715f4c commit 0965393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/sql/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ 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',
Expand Down Expand Up @@ -1568,7 +1568,7 @@ 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',
Expand Down

0 comments on commit 0965393

Please sign in to comment.