Skip to content

Commit 28c9b70

Browse files
authored
add 2022 support for John
1 parent 3dba5fd commit 28c9b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/Export-DbaLogin.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function Export-DbaLogin {
176176
[switch]$NoClobber,
177177
[switch]$Append,
178178
[string]$BatchSeparator = (Get-DbatoolsConfigValue -FullName 'Formatting.BatchSeparator'),
179-
[ValidateSet('SQLServer2000', 'SQLServer2005', 'SQLServer2008/2008R2', 'SQLServer2012', 'SQLServer2014', 'SQLServer2016', 'SQLServer2017', 'SQLServer2019')]
179+
[ValidateSet('SQLServer2000', 'SQLServer2005', 'SQLServer2008/2008R2', 'SQLServer2012', 'SQLServer2014', 'SQLServer2016', 'SQLServer2017', 'SQLServer2019', 'SQLServer2022')]
180180
[string]$DestinationVersion,
181181
[switch]$NoPrefix,
182182
[switch]$Passthru,

0 commit comments

Comments
 (0)