GitHub user swetha-unifi opened a pull request:
https://github.com/apache/libcloud/pull/1106
Adding new api's to get a resource group, a virtual network or a storage
account
## GET API's to fetch a resource group, a virtual network or a storage
account in Libcloud's Azure ARM driver
### Description
Creation of HDI cluster in Azure ARM requires fetching information about
resources like virtual network, storage account etc in a resource group.
Currently Libcloud does not support API's to get these resource information.
The changes in this commit aims to add these new API's to Libcloud's Azure
ARM driver
### Status
Replace this: describe the PR status. Examples:
- 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)
- [ ] Documentation
- [ ] [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/unifi-software-inc/unifi-libcloud
feature/get_apis_azure_arm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1106.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 #1106
----
commit cc3065d634933c02f3eb8a87dce7d07680bed6b1
Author: Swetha Nagendran <[email protected]>
Date: 2017-09-07T18:53:58Z
Adding new api's to get a resource group, a virtual network or a storage
account
----
---