Skip to content

Commit 49b919a

Browse files
committed
Remove unused managementSubnetPrefix ARM param
1 parent 1f555bb commit 49b919a

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

samples/manage/azure-sql-db-managed-instance/attach-jumpbox/azuredeploy.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
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": {

0 commit comments

Comments
 (0)