We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5c87e commit 1f555bbCopy full SHA for 1f555bb
1 file changed
samples/manage/azure-sql-db-managed-instance/attach-jumpbox/attachJumpbox.ps1
@@ -178,6 +178,7 @@ If($false -eq $subnets.Contains($managementSubnetName))
178
SetVirtualNetwork $virtualNetwork
179
Write-Host "Added subnet into VNet." -ForegroundColor Green
180
} else {
181
+ $managementSubnetPrefix = 'N/A'
182
Write-Host "The subnet already exists in the VNet." -ForegroundColor Green
183
}
184
0 commit comments