From 86a8515535faa0d24332253c1bedb9ed49b00416 Mon Sep 17 00:00:00 2001 From: catriona-m <86247157+catriona-m@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:17:15 +0000 Subject: [PATCH] Update CHANGELOG.md #23987 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545f9e753515..bed9a479afed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * `azurerm_ip_group`: fixing a crash when `firewall_ids` and `firewall_policy_ids` weren't parsed correctly from the API Response [GH-24031] * `azurerm_nginx_deployment` - add default value of `20` for `capacity` [GH-24033] * `azurerm_cosmosdb_account` - cosmosdb version and capabilities can now be updated at the same time [GH-24029] +* `azurerm_data_factory_flowlet_data_flow` - `source` and `sink` properties are now optional [GH-23987] FEATURES: