From 6bde96bd665fcd0623b09efb8cbb6cfb77539b7d Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 2 Jul 2018 14:34:14 +0200 Subject: [PATCH] Updating to include #1473 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff8801c96db..d54b044cda45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * `azurerm_image` - change os_disk property to a list and add addtional property validation [GH-1443] * `azurerm_virtual_machine` - support for specifying user assigned identities [GH-1448] * `azurerm_virtual_machine` - making the `content` field in the `additional_unattend_config` block (within `os_profile_windows_config`) sensitive [GH-1471] +* `azurerm_virtual_machine_data_disk_attachment` - adding support for `write_accelerator_enabled` [GH-1473] * `azurerm_virtual_machine_scale_set` - support for specifying user assigned identities [GH-1448] * `azurerm_virtual_machine_scale_set` - making the `content` field in the `additional_unattend_config` block (within `os_profile_windows_config`) sensitive [GH-1471]