Skip to content

Commit b23b503

Browse files
committed
Clarify OUTPUTS section in Test-SqlDscDatabaseProperty documentation to specify return value based on database properties state.
1 parent e3dce41 commit b23b503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/Public/Test-SqlDscDatabaseProperty.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@
497497
498498
.OUTPUTS
499499
`System.Boolean`
500+
501+
Returns `$true` if the database properties are in the desired state; otherwise `$false`.
500502
#>
501503
function Test-SqlDscDatabaseProperty
502504
{

0 commit comments

Comments
 (0)