From aa5b1abccabf29ea03277e018bf293771e2d1666 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 12 Jul 2019 21:50:07 +0100 Subject: [PATCH] Updating to include #3838 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8786566d74..4e20fcabc2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,8 +33,11 @@ IMPROVEMENTS: * `azurerm_storage_share` - support for configuring ACL's [GH-3830] * `azurerm_storage_share` - support for configuring MetaData [GH-3830] * `azurerm_storage_table` - switching to use github.com/tombuildsstuff/giovanni [GH-3834] +* `azurerm_virtual_machine` - switching over to use the github.com/tombuildsstuff/giovanni Storage SDK [GH-3838] +* `azurerm_virtual_machine` - looking up the data disks attached to the Virtual Machine when optionally deleting them upon deletion rather than parsing them from the config [GH-3838] * `azurerm_virtual_machine_scale_set` - prevent `public_ip_address_configuration` from being lost during update [GH-3767] + BUG FIXES: * `azurerm_image` - prevent crash when using `data_disk` [GH-3797]