Azure-rest-api-specs: Missing property in "Get information from template"

Created on 9 Mar 2016  路  4Comments  路  Source: Azure/azure-rest-api-specs

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!

ARM ARM - Templates P1 Service Attention bug internal-ms

Most helpful comment

All 4 comments

@ravbhatnagar @vivsriaus would you guys give this a look?

@ravbhatnagar @vivsriaus can we kindly get an update here?

close legacy issue.

Was this page helpful?
0 / 5 - 0 ratings