Skip to content

Commit 1f555bb

Browse files
committed
Update samples/manage/azure-sql-db-managed-instance/attach-jumpbox/attachJumpbox.ps1
1 parent 0a5c87e commit 1f555bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ If($false -eq $subnets.Contains($managementSubnetName))
178178
SetVirtualNetwork $virtualNetwork
179179
Write-Host "Added subnet into VNet." -ForegroundColor Green
180180
} else {
181+
$managementSubnetPrefix = 'N/A'
181182
Write-Host "The subnet already exists in the VNet." -ForegroundColor Green
182183
}
183184

0 commit comments

Comments
 (0)