From 6e08c9fa396985acaba76245e83c77d589970a2f Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 17 Jan 2019 17:26:33 -0800 Subject: [PATCH] Update CHANGELOG.md to include #2658 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbd80811fba..4e48a645be44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: * dependencies: switching to Go Modules [GH-2705] * `azurerm_application_gateway` - support for the `file_upload_limit_mb` property [GH-2666] +* `azurerm_application_gateway` - Support for `pick_host_name_from_backend_address` and `pick_host_name_from_backend_http_settings` properties [GH-2658] * `azurerm_data_lake_store_file` - support file uploads greater then 4 megabytes [GH-2633] * `azurerm_mssql_elasticpool` - support for setting `max_size_bytes` [GH-2346] * `azurerm_signalr_service` - exporting `primary_access_key`, `secondary_access_key`, `primary_connection_string` and `secondary_connection_string` and secondary access keys and connection strings [GH-2655]