Skip to content

Commit

Permalink
Revert changes that did nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed May 2, 2023
1 parent 555834a commit 32707ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions tests/Integration/DSC_SqlSetup.config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 32707ae

Please sign in to comment.