vicwicker commented on code in PR #1957: URL: https://github.com/apache/libcloud/pull/1957#discussion_r1343880775
########## libcloud/compute/drivers/azure_arm.py: ########## @@ -808,6 +808,7 @@ def destroy_node( ex_destroy_vhd=True, ex_poll_qty=10, ex_poll_wait=10, + ex_destroy_os_disk=False, Review Comment: Thanks. I set it to `True` but I still need to document it in the notes. I understand we want to keep `ex_destroy_vhd` and `ex_destroy_os_disk` separately. The first to delete the OS disk when it is created through a VHD and `ex_destroy_os_disk` when it is a managed disk. Is that correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org