From 7e261f9a606f84cd87ec6a9d6885ce711eebc6f6 Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Thu, 29 Oct 2020 07:46:16 +0000 Subject: [PATCH] Update CHANGELOG.md for #9068 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d70095cade4..18d9143d8d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ BUG FIXES: * `azurerm_key_vault` - prevent unwanted diff due to inconsistent casing for the `sku_name` property [GH-8983] * `azurerm_kubernetes_cluster` - Fix issue where `min_count` and `max_count` couldn't be the equal [GH-8957] * `azurerm_kubernetes_cluster` - `min_count` can be updated when `enable_auto_scaling` is set to true [GH-8619] +* `azurerm_private_endpoint` - fix crash when deleting private endpoint [GH-9068] * `azurerm_signalr_service` - switching the`features` block to a set so order is irrelevant [GH-8815] * `azurerm_virtual_desktop_application_group` - correctly validate the `name`property [GH-9030]