Skip to content

Dynamic names output #178

@OlegSkripnyak

Description

@OlegSkripnyak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions