GitHub user palashgandhi opened a pull request: https://github.com/apache/libcloud/pull/1244
[LIBCLOUD-1017] Improvements to Azure ARM compute driver ## [LIBCLOUD-1017] Improvements to Azure ARM compute driver ### Description The following are the proposed changes in brief: 1. Add functionality to resize a volume in Azure 2. Add functionality to update the network profile of a node 3. Add functionality to update a network interface's properties 4. Add functionality to check IP address availability 5. Create and Update some fixtures 6. Some minor fixes to docstrings ### Status - done, ready for review ### Checklist (tick everything that applies) - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [x] Documentation - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/palashgandhi/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1244.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 #1244 ---- commit 3c63780e9de65cd0939cd685825e6eff82c3bea7 Author: Palash Gandhi <palash.gandhi@...> Date: 2018-09-12T01:14:46Z [LIBCLOUD-1017] Improvements to Azure ARM compute driver ---- ---