Hi,
I currently need to get informations from a deployment, so I use:
https://msdn.microsoft.com/en-us/library/azure/dn790565.aspx
I discovered that the resulting JSON contains a outputResources node than the official documentation doesn't have:
"outputResources":[
{
"id":"Microsoft.Compute/virtualMachines/azlmaz3"
},
{
"id":"Microsoft.Compute/virtualMachines/azlmaz3/extensions/install_apache"
},
{
"id":"Microsoft.Compute/virtualMachines/memcached0"
},
The information inside is very valuable for me! Since I use a Swagger generated client and since the Swagger file does not contain it neither, I cannot use it currently.
I can do a PR to add this node, but I would like someone from the Resource team to give a status about this node.
Thank you!
@ravbhatnagar @vivsriaus would you guys give this a look?
@ravbhatnagar @vivsriaus can we kindly get an update here?
This outputResources is still not documented in https://docs.microsoft.com/en-us/rest/api/resources/deployments/listbyresourcegroup
close legacy issue.
Most helpful comment
This
outputResourcesis still not documented in https://docs.microsoft.com/en-us/rest/api/resources/deployments/listbyresourcegroup