Not an issue, but it would be nice to have generation of dynamic names output.
Someting like this
"outputs": {
"networks": {
"type": "array",
"copy": {
"count": "[length(variables('networks'))]",
"input": "[variables('networks')[copyIndex()]]",
"name": "[concat('some', variables('networks')[copyIndex()])]"
}
}
}
So, this code just expand array, and 'networks' property is not put to the output
azure-docs-json-samples/azure-resource-manager/multipleinstance/copyvariables.json
Line 32 in 6ea9e0e
Not an issue, but it would be nice to have generation of dynamic names output.
Someting like this
So, this code just expand array, and 'networks' property is not put to the output