mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update prepareSubnet.ps1
This commit is contained in:
@@ -67,7 +67,7 @@ function ConvertCidrToUint32Array
|
||||
param(
|
||||
$cidrRange
|
||||
)
|
||||
$cidrRangeParts = $cidrRange.Split(@(".","/"))
|
||||
$cidrRangeParts = $cidrRange.Split([char]".",[char]"/")
|
||||
|
||||
If(
|
||||
($cidrRangeParts[0] -eq 0) -and `
|
||||
|
||||
Reference in New Issue
Block a user