-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
azure-docs-json-samples/azure-resource-manager/multipleinstance/copyvariables.json
Line 32 in 6ea9e0e
| "outputs": { |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels