Update samples/manage/azure-sql-db-managed-instance/attach-jumpbox/attachJumpbox.ps1

This commit is contained in:
Jovan Popovic
2018-11-05 22:52:43 +01:00
parent 0a5c87e584
commit 1f555bbc5c
@@ -178,6 +178,7 @@ If($false -eq $subnets.Contains($managementSubnetName))
SetVirtualNetwork $virtualNetwork
Write-Host "Added subnet into VNet." -ForegroundColor Green
} else {
$managementSubnetPrefix = 'N/A'
Write-Host "The subnet already exists in the VNet." -ForegroundColor Green
}