Skip to content

Commit 6dfe24f

Browse files
Update source/Public/New-SqlDscLogin.ps1
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 30d9e6f commit 6dfe24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Public/New-SqlDscLogin.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function New-SqlDscLogin
267267
$PSCmdlet.ThrowTerminatingError(
268268
[System.Management.Automation.ErrorRecord]::new(
269269
$errorMessage,
270-
'ASDL0001', # cspell: disable-line
270+
'NSDL0001', # cspell: disable-line
271271
[System.Management.Automation.ErrorCategory]::ResourceExists,
272272
$Name
273273
)

0 commit comments

Comments
 (0)