From b8eece2653ce62c118cc7fcbb9f3033f1e33ef8d Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 28 Jul 2021 18:31:23 +0200 Subject: [PATCH] updating to include #12761 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029afd46e006..43f878d23f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,14 @@ ENHANCEMENTS: * vmware: refactoring to use an Embedded SDK [GH-12751] * Data Source: `azurerm_storage_account_sas` - add ip_addresses field [GH-12705] * `azurerm_api_management_diagnostic` - support for `operation_name_format` [GH-12736] +* `azurerm_automation_certificate` - Allow exportable property to be set [GH-12738] * `azurerm_data_factory_dataset_binary` - the blob `path` and `filename` propeties are now optional [GH-12676] * `azurerm_data_factory_trigger_blob_event` - supprot for the `activation` property [GH-12644] -* `azurerm_automation_certificate` - Allow exportable property to be set [GH-12738] BUG FIXES: * `azurerm_cdn_endpoint` - fixing a crash when the future is nil [GH-12743] +* `azurerm_private_endpoint` - working around a casing issue in `private_connection_resource_id` for MariaDB, MySQL and PostgreSQL resources [GH-12761] ---