You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/03 21:58:25 UTC

[libcloud] branch trunk updated (5dae95e -> 4bacff1)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 5dae95e  Merge pull request #1655 from micafer/fix_1646
     new 647379d  Create from Compute Gallery image, OS disk delete - New api-version required for create_node - Closes apache#1643 - Closes apache#1644
     new 83e6f51  Extract API versions per resource - Move to latest version currently used per resource - Minimize unnecessary version upgrades - VM_API_VERSION upgraded to latest due to new functionality
     new c3b12ec  Revert consolidation of disk API versions - Creation now requires `sku.name` instead of `properties.accountType` - Merge DISK_RESIZE_API_VERSION  into DISK_API_VERSION in future
     new 07847f5  Merge branch 'azure-arm-compute-gallery-and-os-disk-delete' of https://github.com/rgharris/libcloud into rgharris-azure-arm-compute-gallery-and-os-disk-delete
     new d481b28  Fix lint.
     new 8c19357  Reformat code with black.
     new 4bacff1  Merge pull request #1645 from rgharris/azure-arm-compute-gallery-and-os-disk-delete

The 8985 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                             |  10 +-
 libcloud/compute/drivers/azure_arm.py   | 179 ++++++++++++++++++++++----------
 libcloud/test/compute/test_azure_arm.py |  96 ++++++++++++++++-
 3 files changed, 225 insertions(+), 60 deletions(-)