From 9a1cc1ae13aff9454cbc8357f14820b42860099c Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 30 Dec 2019 15:30:19 -0800 Subject: [PATCH] Update CHANGELOG.md to include #5273 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a099b3dae8..c89c5c849a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,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` - support for the `trusted_root_certificate_names` property [GH-5204] +* `azurerm_api_management_operation` - will no longer panic when `response` is missing values [GH-5273] * `azurerm_cosmosdb_cassandra_keyspace` - support for the `throughput` property [GH-5203] * `azurerm_cosmosdb_sql_container` - support for the `throughput` property [GH-5203] * `azurerm_cosmosdb_sql_database` - support for the `throughput` property [GH-5203]