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.
2 parents 437af91 + 4dd0561 commit fdc0f81Copy full SHA for fdc0f81
VERSION
@@ -1 +1 @@
1
-1.1.0
+1.1.1
utils.ps1
@@ -33,7 +33,6 @@ function ValidateServerNameInput {
33
MessageError "Available sql named instances: [$($sql_instances -join ', ')]"
34
$invoker_script_name = ($MyInvocation.PSCommandPath -split "\\")[-1]
35
MessageError "Example: .\$invoker_script_name -server_name "".\$($sql_instances[-1])"""
36
- exit 1
37
}
38
return $false
39
0 commit comments