Skip to content

Commit 7cc6c98

Browse files
committed
Clarify OUTPUTS section in Set-SqlDscAudit documentation to specify return values based on the PassThru parameter.
1 parent b23b503 commit 7cc6c98

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/Public/Set-SqlDscAudit.ps1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@
8787
.OUTPUTS
8888
`Microsoft.SqlServer.Management.Smo.Audit`
8989
90-
When passing parameter **PassThru**.
90+
Returns the updated audit object when using the **PassThru** parameter.
91+
92+
.OUTPUTS
93+
None.
94+
95+
No output when the **PassThru** parameter is not specified.
9196
9297
.EXAMPLE
9398
$serverObject = Connect-SqlDscDatabaseEngine -InstanceName 'MyInstance'

0 commit comments

Comments
 (0)