Skip to content

Commit 3448faf

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/Public/Enable-SqlDscLogin.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
3838
Enables the login named **MyLogin**.
3939
40+
.INPUTS
41+
Microsoft.SqlServer.Management.Smo.Server
42+
When using the ServerObject parameter set, a Server object can be piped in.
43+
44+
Microsoft.SqlServer.Management.Smo.Login
45+
When using the LoginObject parameter set, a Login object can be piped in.
46+
4047
.OUTPUTS
4148
None.
4249
#>

0 commit comments

Comments
 (0)