We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4845a6c commit 03a6d28Copy full SHA for 03a6d28
tests/Unit/Public/Install-SqlDscServer.Tests.ps1
@@ -785,6 +785,11 @@ Describe 'Install-SqlDscServer' -Tag 'Public' {
785
MockParameterValue = 2
786
MockExpectedRegEx = '\/FAILOVERCLUSTERROLLOWNERSHIP=2' # cspell: disable-line
787
}
788
+ @{
789
+ MockParameterName = 'AllowDqRemoval'
790
+ MockParameterValue = $true
791
+ MockExpectedRegEx = '\/IACCEPTDQUNINSTALL\s*' # cspell: disable-line
792
+ }
793
) {
794
BeforeAll {
795
Mock -CommandName Start-SqlSetupProcess -MockWith {
0 commit comments