From b0f7d4aedebf9289ac85ddc085c8697c956c298d Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 4 Jun 2020 10:29:07 +0200 Subject: [PATCH] updating to include #7204 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22084dc684e2..45638209e7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * `azurerm_eventhub_authorization_rule` - Fix intermittent 404 errors [GH-7122] * `azurerm_eventgrid_event_subscription` - fixing an error when setting the `hybrid_connection_endpoint` block [GH-7203] * `azurerm_function_app` - correctly set `Kind` when `os_type` is `linux` [GH-7140] +* `azurerm_key_vault_certificate` - always setting the `certificate_data` and `thumbprint` fields [GH-7204] * `azurerm_role_assignment` - support for Preview role assignments [GH-7205] * `azurerm_virtual_network_gateway` - `vpn_client_protocols` is now also computed to prevent permanent diffs [GH-7168]