GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/1035
Fix VhdImage and ex_list_public_ips in ARM driver I noticed that `AzureVhdImage` `__repr__` would never work because it doesn't have a location field. Also, this string would never render. https://github.com/apache/libcloud/blame/trunk/libcloud/compute/drivers/azure_arm.py#L1040-L1055 What is the correct URL? @techhat @tetron do you know? You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonybaloney/libcloud azure_arm_fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1035.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1035 ---- commit d5b3dd3151c2120c96e9c25b3c5e72c7282be7c3 Author: Anthony Shaw <anthonys...@apache.org> Date: 2017-04-13T00:58:27Z remove location from VhdImage type repr ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---