Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for type "object" ARM template outputs #13

Closed
Philo opened this issue Jun 22, 2018 · 1 comment
Closed

Support for type "object" ARM template outputs #13

Philo opened this issue Jun 22, 2018 · 1 comment

Comments

@Philo
Copy link

Philo commented Jun 22, 2018

It would be great is support could be added for ARM outputs as "object":

"outputs": {
    "example" : {
      "type": "object",
      "value": { "someKey" : "someValue" }
    }
}

That would create variables for each nested object value:

$(example.someKey)

I can appreciate that this maybe a difficult or niche request as you would have to wrong about recursively walking the output object json to build variables.

@keesschollaart81
Copy link
Owner

Implemented in v4.0 (#16)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants