From c7805093eed9778834dab4c888594633f8564a67 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 11 Apr 2023 18:08:22 +0200 Subject: [PATCH] Bump to preview3 --- tests/Integration/DSC_SqlSetup.config.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Integration/DSC_SqlSetup.config.ps1 b/tests/Integration/DSC_SqlSetup.config.ps1 index 8e1db61cc9..ae56a6983e 100644 --- a/tests/Integration/DSC_SqlSetup.config.ps1 +++ b/tests/Integration/DSC_SqlSetup.config.ps1 @@ -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' } } @@ -54,7 +54,7 @@ else SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK' - SqlServerModuleVersion = '2.0.0-preview2' + SqlServerModuleVersion = '2.0.0-preview3' } } @@ -67,7 +67,7 @@ else SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK' - SqlServerModuleVersion = '2.0.0-preview2' + SqlServerModuleVersion = '2.0.0-preview3' } } @@ -80,7 +80,7 @@ else SupportedFeatures = 'SQLENGINE,REPLICATION,CONN,BC,SDK' - SqlServerModuleVersion = '2.0.0-preview2' + SqlServerModuleVersion = '2.0.0-preview3' } } }