Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f07905

Browse files
committed
removed parameters which are not used
1 parent 2871e4c commit 4f07905

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

nestedtemplates/empty-resources.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"postgresNetName": {
1414
"type": "String",
1515
"defaultValue": ""
16-
},
17-
"clusterName": {
18-
"type": "String",
19-
"defaultValue": ""
2016
}
2117
},
2218
"variables": {},

template.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@
129129
},
130130
"postgresNetName": {
131131
"value": "[parameters('postgresNetName')]"
132-
},
133-
"clusterName": {
134-
"value": "[parameters('clusterName')]"
135-
},
136-
"vnetId": {
137-
"value": "[variables('vnetId')]"
138132
}
139133
}
140134
}
@@ -204,7 +198,7 @@
204198
},
205199
"dependsOn": [
206200
"[resourceId('Microsoft.Resources/deployments', 'vnet')]",
207-
"[variables('lbId')]"
201+
"[resourceId('Microsoft.Resources/deployments', 'lb-temp')]"
208202
]
209203
},
210204
{
@@ -318,7 +312,7 @@
318312
},
319313
"dependsOn": [
320314
"[resourceId('Microsoft.Resources/deployments', 'vnet')]",
321-
"[variables('lbId')]"
315+
"[resourceId('Microsoft.Resources/deployments', 'lb-temp')]"
322316
]
323317
},
324318
{

0 commit comments

Comments
 (0)