Remove unused managementSubnetPrefix ARM param

This commit is contained in:
Jovan Popovic
2018-11-05 23:34:00 +01:00
parent 1f555bbc5c
commit 49b919ac90
2 changed files with 0 additions and 9 deletions
@@ -178,7 +178,6 @@ 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
}
@@ -189,7 +188,6 @@ Write-Host "Starting deployment..."
$templateParameters = @{
virtualNetworkName = $virtualNetworkName
managementSubnetPrefix = $managementSubnetPrefix
managementSubnetName = $managementSubnetName
virtualMachineName = $virtualMachineName
administratorLogin = $administratorLogin
@@ -15,13 +15,6 @@
"description": "Enter virtual network name. If you leave this field blank name will be created by the template."
}
},
"managementSubnetPrefix": {
"type": "string",
"defaultValue":"THIS IS NOT USED",
"metadata": {
"description": "Enter management subnet address prefix."
}
},
"administratorLogin": {
"type": "string",
"metadata": {