File tree Expand file tree Collapse file tree
samples/manage/azure-sql-db-managed-instance/attach-jumpbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ If($false -eq $subnets.Contains($managementSubnetName))
178178 SetVirtualNetwork $virtualNetwork
179179 Write-Host " Added subnet into VNet." - ForegroundColor Green
180180} else {
181- $managementSubnetPrefix = ' N/A'
182181 Write-Host " The subnet already exists in the VNet." - ForegroundColor Green
183182}
184183
@@ -189,7 +188,6 @@ Write-Host "Starting deployment..."
189188
190189$templateParameters = @ {
191190 virtualNetworkName = $virtualNetworkName
192- managementSubnetPrefix = $managementSubnetPrefix
193191 managementSubnetName = $managementSubnetName
194192 virtualMachineName = $virtualMachineName
195193 administratorLogin = $administratorLogin
Original file line number Diff line number Diff line change 1515 "description" : " Enter virtual network name. If you leave this field blank name will be created by the template."
1616 }
1717 },
18- "managementSubnetPrefix" : {
19- "type" : " string" ,
20- "defaultValue" :" THIS IS NOT USED" ,
21- "metadata" : {
22- "description" : " Enter management subnet address prefix."
23- }
24- },
2518 "administratorLogin" : {
2619 "type" : " string" ,
2720 "metadata" : {
You can’t perform that action at this time.
0 commit comments