File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 13
13
"postgresNetName" : {
14
14
"type" : " String" ,
15
15
"defaultValue" : " "
16
- },
17
- "clusterName" : {
18
- "type" : " String" ,
19
- "defaultValue" : " "
20
16
}
21
17
},
22
18
"variables" : {},
Original file line number Diff line number Diff line change 129
129
},
130
130
"postgresNetName" : {
131
131
"value" : " [parameters('postgresNetName')]"
132
- },
133
- "clusterName" : {
134
- "value" : " [parameters('clusterName')]"
135
- },
136
- "vnetId" : {
137
- "value" : " [variables('vnetId')]"
138
132
}
139
133
}
140
134
}
204
198
},
205
199
"dependsOn" : [
206
200
" [resourceId('Microsoft.Resources/deployments', 'vnet')]" ,
207
- " [variables('lbId ')]"
201
+ " [resourceId('Microsoft.Resources/deployments', 'lb-temp ')]"
208
202
]
209
203
},
210
204
{
318
312
},
319
313
"dependsOn" : [
320
314
" [resourceId('Microsoft.Resources/deployments', 'vnet')]" ,
321
- " [variables('lbId ')]"
315
+ " [resourceId('Microsoft.Resources/deployments', 'lb-temp ')]"
322
316
]
323
317
},
324
318
{
You can’t perform that action at this time.
0 commit comments