We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a04b8 commit 245f9a3Copy full SHA for 245f9a3
src/ResourceManager/Sql/Commands.Sql/Auditing/AuditingHelpMessages.cs
@@ -16,7 +16,7 @@ This parameter is not required.
16
17
public const string RetentionInDaysHelpMessage = "The number of retention days for the audit logs.";
18
19
- public const string PredicateExpressionHelpMessage = "The statement of the Where Clause used to filter audit logs.";
+ public const string PredicateExpressionHelpMessage = "The T-SQL predicate (WHERE clause) used to filter audit logs.";
20
21
public const string AuditActionHelpMessage =
22
@"The set of audit actions.
0 commit comments