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 5114206 commit 7d45298Copy full SHA for 7d45298
samples/manage/azure-sql-db-managed-instance/attach-jumpbox/attachJumpbox.ps1
@@ -11,7 +11,7 @@ $administratorLogin = $parameters['administratorLogin']
11
$administratorLoginPassword = $parameters['administratorLoginPassword']
12
13
if ($environmentName -eq '' -or ($null -eq $environmentName)) {
14
- $environmentName = AzureCloud
+ $environmentName = 'AzureCloud'
15
Write-Host "Environment: AzureCloud." -ForegroundColor Green
16
}
17
0 commit comments