You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/11/14 23:51:38 UTC

[51/56] [abbrv] libcloud git commit: Merge branch 'trunk' of github.com:tonybaloney/libcloud into trunk

Merge branch 'trunk' of github.com:tonybaloney/libcloud into trunk


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1a70a26d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1a70a26d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1a70a26d

Branch: refs/heads/trunk
Commit: 1a70a26d19d5bba475fc1ad991c256796812be4e
Parents: 139278f 363b024
Author: Anthony Shaw <an...@apache.org>
Authored: Sun Oct 9 20:07:37 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Sun Oct 9 20:07:37 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst                                     |    2 +-
 docs/compute/drivers/azure.rst                  |   14 +-
 docs/compute/drivers/azure_arm.rst              |   54 +
 docs/examples/compute/azure_arm/instantiate.py  |    7 +
 libcloud/common/azure.py                        |    2 +
 libcloud/common/azure_arm.py                    |  124 ++
 libcloud/common/base.py                         |   17 +-
 libcloud/compute/drivers/azure_arm.py           | 1281 ++++++++++++++++++
 libcloud/compute/providers.py                   |    2 +
 libcloud/compute/types.py                       |    5 +-
 ...777_7777_7777_777777777777_oauth2_token.json |    1 +
 ...99999999999_providers_Microsoft_Compute.json |  200 +++
 ...rosoft_Compute_locations_eastus_vmSizes.json |   28 +
 libcloud/test/compute/test_azure_arm.py         |   69 +
 14 files changed, 1798 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a70a26d/CHANGES.rst
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a70a26d/libcloud/common/base.py
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a70a26d/libcloud/compute/providers.py
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a70a26d/libcloud/compute/types.py
----------------------------------------------------------------------