From 5944b836b915bd7f2a47fc5ddcc244bf122efb58 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 26 Mar 2018 12:58:52 -0400 Subject: [PATCH] Updating to include #993 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40051bd5862b..f3b9436a87e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ FEATURES: IMPROVEMENTS: +* `azurerm_app_service` - allow changing `client_affinity_enabled` without requiring a resource recreation [GH-993] * `azurerm_cosmosdb_account` - increasing the maximum value for `max_interval_in_seconds` from 100s to 86400s (1 day) [GH-1000] * `azurerm_traffic_manager_endpoint` - adding support for `geo_mappings` [GH-986] * `azurerm_traffic_manager_profile` - adding support for the `traffic_routing_method` `Geographic` [GH-986]