From 2ae5abce0b13859ebc547754dbe9b5fd0a43881f Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 25 Aug 2021 17:41:32 -0700 Subject: [PATCH] CHANGELOG.md for #13117 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063c7c77354e..fefec38144ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ ENHANCEMENTS: * Data Source: `azurerm_servicebus_queue_authorization_rule` - support for the `primary_connection_string_alias` and `secondary_connection_string_alias` properties [GH-12997] * `azurerm_app_configuration` - support for user assigned identities [GH-13080] * `azurerm_app_service` - add support for `vnet_route_all_enabled` property [GH-13073] +* `azurerm_data_factory_dataset_binary` - support for `dynamic_path_enabled` and `dynamic_path_enabled` properties [GH-13117] +* `azurerm_data_factory_dataset_delimited_text` - support for `dynamic_path_enabled` and `dynamic_path_enabled` properties [GH-13117] +* `azurerm_data_factory_dataset_json` - support for `dynamic_path_enabled` and `dynamic_path_enabled` properties [GH-13117] +* `azurerm_data_factory_dataset_parquet` - support for `dynamic_path_enabled` and `dynamic_path_enabled` properties [GH-13117] * `azurerm_firewall_policy` - support for the `intrusion_detection`, `identity` and `tls_certificate` blocks [GH-12769] * `azurerm_monitor_autoscale_setting` - support for the field `divide_by_instance_count` within the `metric_trigger` block [GH-13121] * `azurerm_storage_account` - add support for `shared_key_access_enabled` property [GH-13014]