From d93c876f9b5ae5e1541eeb6fac25e1c7c4f7ba98 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 15 Jul 2021 16:48:22 -0700 Subject: [PATCH] CHANGELOG.md for #12343 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4ab788654c..5f400aad0f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ ENHANCEMENTS: * `azurerm_cognitive_account` - support for the `identity`, `storage`, `disable_local_auth`, `fqdns`, `public_network_access_enabled`, and `restrict_outbound_network_access` properties [GH-12469] * `azurerm_cognitive_account` - the `virtual_network_subnet_ids` property has been deprecated in favour of `virtual_network_rules` block to supoport the `ignore_missing_vnet_service_endpoint` property [GH-12600] * `azurerm_container_registry` - now exports the `principal_id` and `tenant_id` attributes in the `identity` block [GH-12378] +* `azurerm_data_factory` - support for the `managed_virtual_network_enabled` property [GH-12343] * `azurerm_linux_virtual_machine_scale_set` - Fix un-necessary VMSS instance rolling request [GH-12590] * `azurerm_maintenance_configuration` - support for the `window`, `visibility`, and `properties` blocks [GH-12273] * `azurerm_powerbi_embedded` - support for the `mode` property [GH-12394]