mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update samples/manage/azure-sql-db-managed-instance/attach-jumpbox/attachJumpbox.ps1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user