Skip to content

Commit f06b2bb

Browse files
committed
update dependencies
1 parent 4f07905 commit f06b2bb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

nestedtemplates/internal-lb.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"vnetId": {
1818
"type": "String",
1919
"defaultValue": ""
20+
},
21+
"zookeeperNetName": {
22+
"defaultValue": "",
23+
"type": "String"
2024
}
2125
},
2226
"variables": {},

template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@
426426
},
427427
"lbId": {
428428
"value": "[variables('lbId')]"
429+
},
430+
"zookeeperNetName": {
431+
"value": "[parameters('zookeeperNetName')]"
429432
}
430433
}
431434
},

0 commit comments

Comments
 (0)