Skip to content

Commit

Permalink
Bump to preview3
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Apr 11, 2023
1 parent 50fee59 commit c780509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Integration/DSC_SqlSetup.config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
# Features CONN, BC, SDK, SNAC_SDK, DREPLAY_CLT, DREPLAY_CTLR are no longer supported in 2022.
SupportedFeatures = 'SQLENGINE,REPLICATION'

SqlServerModuleVersion = '2.0.0-preview2'
SqlServerModuleVersion = '2.0.0-preview3'
}
}

Expand All @@ -54,7 +54,7 @@ else

SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK'

SqlServerModuleVersion = '2.0.0-preview2'
SqlServerModuleVersion = '2.0.0-preview3'
}
}

Expand All @@ -67,7 +67,7 @@ else

SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK'

SqlServerModuleVersion = '2.0.0-preview2'
SqlServerModuleVersion = '2.0.0-preview3'
}
}

Expand All @@ -80,7 +80,7 @@ else

SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK'

SqlServerModuleVersion = '2.0.0-preview2'
SqlServerModuleVersion = '2.0.0-preview3'
}
}
}
Expand Down

0 comments on commit c780509

Please sign in to comment.