Skip to content

Commit 2707167

Browse files
committed
FIx review comment
1 parent 478628c commit 2707167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/en-US/SqlAudit.strings.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ConvertFrom-StringData @'
1414
PathInvalid = The path '{0}' does not exist. Audit file can only be created in a path that already exist and where the SQL Server instance has permission to write. (SA0003)
1515
EvaluateServerAudit = Evaluate the current audit '{0}' on the instance '{1}'. (SA0004)
1616
MaximumFileSizeValueInvalid = The maximum file size must be set to a value of 0 or a value between 2 and 2147483647. (SA0004)
17-
QueueDelayValueInvalid = The queue delay must be set to a value of 0 or a value between 1000 and 2147483647.
18-
CannotCreateNewAudit = Cannot create a new audit because neither of the properties LogType or Path is specified. One of those properties must be specified to create a new audit.
19-
AuditOfWrongTypeForUseWithProperty = A property that is not in desired state is not compatible with the audit type '{0}'.
20-
AuditIsWrongType = The existing audit is of wrong type to be able to update the property that is not in desired state. If the audit should be re-created set Force to $true.
17+
QueueDelayValueInvalid = The queue delay must be set to a value of 0 or a value between 1000 and 2147483647. (SA0005)
18+
CannotCreateNewAudit = Cannot create a new audit because neither of the properties LogType or Path is specified. One of those properties must be specified to create a new audit. (SA0006)
19+
AuditOfWrongTypeForUseWithProperty = A property that is not in desired state is not compatible with the audit type '{0}'. (SA0007)
20+
AuditIsWrongType = The existing audit is of wrong type to be able to update the property that is not in desired state. If the audit should be re-created set Force to $true. (SA0008)
2121
'@

0 commit comments

Comments
 (0)