We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79be062 commit 5cd19b7Copy full SHA for 5cd19b7
1 file changed
samples/manage/azure-sql-db-managed-instance/prepare-subnet/prepareSubnet.ps1
@@ -557,7 +557,7 @@ function VerifyRouteTable {
557
ForEach($route in $routeTable.Routes)
558
{
559
If(
560
- (HasCidrOverlap -cidrRangeA $route.AddressPrefix -cidrRangeB $subnet.AddressPrefix[0]) -and `
+ (HasCidrOverlap -cidrRangeA $route.AddressPrefix -cidrRangeB $subnet.AddressPrefix) -and `
561
$route.NextHopType -ne "VnetLocal"
562
)
563
0 commit comments