From 67ebb61a45d7792756fab9486c97319cbfd9a271 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 21 Aug 2017 09:34:49 +0200 Subject: [PATCH] Updating to include #259 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b30790eaee9..5d388ff77dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ IMPROVEMENTS: +* `azurerm_image` - added a default to the `caching` field [GH-259] * `azurerm_network_interface` - support for multiple IP Configurations / setting the Primary IP Configuration [GH-245] * `azurerm_sql_server`: migrate to using the azure-sdk-for-go, handle deleted servers correctly, added checks to handle `name` not being globally unique and making `administrator_login` `ForceNew` [GH-189] * `azurerm_virtual_machine` - Force recreation if storage_data_disk.creation_option changes [GH-240]