From 7adc7ee9776725f030ca415032db0783a4051ed7 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 17 Oct 2019 02:14:18 -0700 Subject: [PATCH] Update CHANGELOG.md to include #4615 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77330871f78..eb3764a27738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ IMPROVEMENTS: * `azurerm_kubernetes_cluster` - allow the `aci_connector_linux` to be disabled by allowing the subnet property be empty [GH-4541] * `azurerm_kubernetes_cluster` - add support for the `azure_policy` property in the `addon_profile` block [GH-4498] * `azurerm_monitor_action_group` - add support for the `use_common_alert_schema` webhook property [GH-4483] +* `azurerm_network_security_rule` - add support for `Icmp` to the `protocol` property [GH-4615] +* `azurerm_network_security_rule` - add support for `Icmp` to the `protocol` property [GH-4615] BUG FIXES: * `azurerm_api_management` - deprecate the `disable_backend_ssl30`, `disable_backend_tls10`, `disable_backend_tls11`, `disable_triple_des_ciphers`, `disable_frontend_ssl30`, `disable_frontend_tls10`, `disable_frontend_tls11` properties as `true` actually meant enable in favour of `enable_backend_ssl30`, `enable_backend_tls10`, `enable_backend_tls11`, `enable_triple_des_ciphers`, `enable_frontend_ssl30`, `enable_frontend_tls10`, `enable_frontend_tls11` [GH-4534]