Skip to content

Dynamic names output #178

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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