From 0a30de7aff3c688db1cdbaf0f65572012d58aa7d Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 18 Dec 2019 01:51:41 -0800 Subject: [PATCH] Update CHANGELOG.md to include #5204 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb688c88a9c..eb46461c5145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * Data Source: `azurerm_private_link_service` - exposing the `enable_proxy_protocol` property [GH-5178] * Data Source: `azurerm_virtual_network_gateway` - exposing the `generation` property [GH-5198] +* `azurerm_application_gateway` - add trusted_root_certificate_names property [GH-5204] * `azurerm_function_app` - support for the `ftps_state` property [GH-5169] * `azurerm_image` - support for configuring `hyper_v_generation` [GH-4453] * `azurerm_private_link_service` - support for the `enable_proxy_protocol` property [GH-5178]