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 bf5f0c45fae38e0ad81d001ecb5e5621f0fbf47b Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Oct 10 10:35:14 2023 +0200 Add changelog entry for #1957. --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 35ce8ebc6..77e03e3db 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,6 +26,11 @@ Compute (#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] + Storage ~~~~~~~