From 1c09b6320132cf075304a6c3b692d29a49396460 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 9 Mar 2020 13:27:27 -0700 Subject: [PATCH] Update CHANGELOG.md to include #5851 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8408a379f7..b15039d367d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: * `azurerm_netapp_volume` - support for the `tags` property [GH-5995] * `azurerm_netapp_volume` - support for the `protocol_types` property [GH-5485] * `azurerm_netapp_volume` - deprecated the `cifs_enabled`, `nfsv3_enabled`, and `nfsv4_enabled` properties in favour of `protocols_enabled` [GH-5485] +* `azurerm_network_watcher_flow_log` - support for the traffic analysis `interval_in_minutes` property [GH-5851] * `azurerm_private_dns_a_record` - export the `fqdn` property [GH-5949] * `azurerm_private_dns_aaaa_record` - export the `fqdn` property [GH-5949] * `azurerm_private_dns_cname_record` - export the `fqdn` property [GH-5949]