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 05d0b48 commit b3a0a7cCopy full SHA for b3a0a7c
1 file changed
private/testing/Get-TestConfig.ps1
@@ -56,7 +56,7 @@ function Get-TestConfig {
56
$config['InstanceCopy1'] = "$(hostname)\sql2016"
57
$config['InstanceCopy2'] = "$(hostname)\sql2017"
58
$config['InstanceHadr'] = "$(hostname)\sql2017"
59
- $config['InstanceRestart'] = "$(hostname)\sql2016"
+ $config['InstanceRestart'] = "$(hostname)\sql2017"
60
61
$config['SQLUserName'] = $null # placeholders for -SqlCredential testing
62
$config['SQLPassword'] = $null
0 commit comments