From 32707aeaba6365e457f972ed46a19fad1e80a5e5 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 2 May 2023 17:48:44 +0200 Subject: [PATCH] Revert changes that did nothing --- azure-pipelines.yml | 12 ------------ tests/Integration/DSC_SqlSetup.config.ps1 | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfa19fbaa..ade6ce3e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -244,18 +244,6 @@ stages: dependsOn: Test_Integration strategy: matrix: - SQL2016_WIN2019: - JOB_VMIMAGE: 'windows-2019' - TEST_CONFIGURATION: 'Integration_SQL2016' - SQL2017_WIN2019: - JOB_VMIMAGE: 'windows-2019' - TEST_CONFIGURATION: 'Integration_SQL2017' - SQL2019_WIN2019: - JOB_VMIMAGE: 'windows-2019' - TEST_CONFIGURATION: 'Integration_SQL2019' - SQL2022_WIN2019: - JOB_VMIMAGE: 'windows-2019' - TEST_CONFIGURATION: 'Integration_SQL2022' SQL2016_WIN2022: JOB_VMIMAGE: 'windows-2022' TEST_CONFIGURATION: 'Integration_SQL2016' diff --git a/tests/Integration/DSC_SqlSetup.config.ps1 b/tests/Integration/DSC_SqlSetup.config.ps1 index ca79fbcc9..7f3ea5239 100644 --- a/tests/Integration/DSC_SqlSetup.config.ps1 +++ b/tests/Integration/DSC_SqlSetup.config.ps1 @@ -462,10 +462,10 @@ Configuration DSC_SqlSetup_InstallSMOModule_Config if ($using:Node.SMOModuleName -eq 'dbatools') { - # Set-DbatoolsConfig -Name Import.EncryptionMessageCheck -Value $false -PassThru | - # Register-DbatoolsConfig -Verbose + Set-DbatoolsConfig -Name Import.EncryptionMessageCheck -Value $false -PassThru | + Register-DbatoolsConfig -Verbose - # Write-Verbose -Message 'Disabled dbatools setting Import.EncryptionMessageCheck' + Write-Verbose -Message 'Disabled dbatools setting Import.EncryptionMessageCheck' } }