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

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

commit f7c25b5788ad58e53e7151e083ba03650bb6c5aa
Merge: bf5f0c45f dfbb59597
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 3 10:59:08 2023 +0100

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

 CHANGES.rst                                        | 12 +++++
 libcloud/compute/drivers/azure_arm.py              | 17 ++++++++
 ...Compute_virtualMachines_test_node_1_resize.json | 51 ++++++++++++++++++++++
 libcloud/test/compute/test_azure_arm.py            |  9 ++++
 requirements-tests.txt                             |  2 +-
 5 files changed, 90 insertions(+), 1 deletion(-)

diff --cc CHANGES.rst
index 77e03e3db,c411ab205..a6788a794
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@@ -26,11 -26,18 +26,23 @@@ Comput
    (#1946)
    [Michael Galaxy - @mraygalaxy2]
  
 +- [Azure ARM] Add a new argument to destroy_node() to also delete node's
 +  managed OS disk as part of the node's deletion.
 +  (#1957)
 +  [Victor Herrero Otal - @vicwicker]
 +
+ - [ECS] Add VPC IP and Elastic IP to ECS node as private and public IP.
+   (#1954)
+   [Victor Herrero Otal - @vicwicker]
+ 
+ - [Azure ARM] When deleting a node, delete VM OS disk if it's a managed disk.
+   (#1957)
+   [Victor Herrero Otal - @vicwicker]
+ 
+ - [Azure ARM] Add ``ex_resize_node()`` method.
+   (#1964 #1965)
+   [@rajat-garg-del]
+ 
  Storage
  ~~~~~~~
  

Reply via email to