Skip to content

Commit

Permalink
add 2022 support for John
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomfret authored Jan 3, 2025
1 parent 3dba5fd commit 28c9b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Export-DbaLogin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function Export-DbaLogin {
[switch]$NoClobber,
[switch]$Append,
[string]$BatchSeparator = (Get-DbatoolsConfigValue -FullName 'Formatting.BatchSeparator'),
[ValidateSet('SQLServer2000', 'SQLServer2005', 'SQLServer2008/2008R2', 'SQLServer2012', 'SQLServer2014', 'SQLServer2016', 'SQLServer2017', 'SQLServer2019')]
[ValidateSet('SQLServer2000', 'SQLServer2005', 'SQLServer2008/2008R2', 'SQLServer2012', 'SQLServer2014', 'SQLServer2016', 'SQLServer2017', 'SQLServer2019', 'SQLServer2022')]
[string]$DestinationVersion,
[switch]$NoPrefix,
[switch]$Passthru,
Expand Down

0 comments on commit 28c9b70

Please sign in to comment.