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


The following commit(s) were added to refs/heads/trunk by this push:
     new e9b25098b Add changelog entry for #1736.
     new 262ebdbc1 Merge branch 'trunk' of 
http://gitbox.apache.org/repos/asf/libcloud into trunk
e9b25098b is described below

commit e9b25098b990a90e6af9dc7336ccd230c95b6b13
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Sep 2 21:24:15 2022 +0200

    Add changelog entry for #1736.
---
 CHANGES.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 91e589e41..1088147f7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,6 +24,20 @@ Compute
   (GITHUB-1700, GITHUB-1701)
   [Tomaz Muraus - @Kami]
 
+- [Azure ARM] Allow user to create volume / disks in specific zone by passing
+  ``ex_zones`` argument to the ``create_volume()`` method.
+
+  Also add new ``ex_sku_name`` and remove ``ex_account_type`` argument from
+  that method.
+
+  Also change ``DISK_API_VERSION`` version from ``2016-04-30-preview`` to
+  ``2018-06-01``. This is needed to be able to support those changes. Code
+  has been updated to handle slightly different response format for the
+  volume API operations.
+
+  (GITHUB-1736)
+  [Palash Gandhi - @palashgandhi]
+
 Storage
 ~~~~~~~
 

Reply via email to