Skip to content

Commit e86ce1a

Browse files
Update source/Public/Remove-SqlDscLogin.ps1
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1d8be88 commit e86ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Public/Remove-SqlDscLogin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
function Remove-SqlDscLogin
5353
{
5454
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('UseSyntacticallyCorrectExamples', '', Justification = 'Because the rule does not yet support parsing the code when a parameter type is not available. The ScriptAnalyzer rule UseSyntacticallyCorrectExamples will always error in the editor due to https://github.com/indented-automation/Indented.ScriptAnalyzerRules/issues/8.')]
55-
[OutputType()]
55+
[OutputType([System.Void])]
5656
[CmdletBinding(SupportsShouldProcess = $true, ConfirmImpact = 'High')]
5757
param
5858
(

0 commit comments

Comments
 (0)