Skip to content

Commit f81c4d8

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3448faf commit f81c4d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/Public/Test-SqlDscIsLoginEnabled.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
But on instances with a large amount of logins it might be better to make
2222
sure the **ServerObject** is recent enough, or pass in **LoginObject**.
2323
24+
.INPUTS
25+
[Microsoft.SqlServer.Management.Smo.Server]
26+
27+
Server object accepted from the pipeline.
28+
29+
[Microsoft.SqlServer.Management.Smo.Login]
30+
31+
Login object accepted from the pipeline.
32+
2433
.OUTPUTS
2534
[System.Boolean]
2635

0 commit comments

Comments
 (0)