From 9c50c8d1c0cd26d15e473d733bf523b08a2eb7d5 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 15 Feb 2023 10:54:07 +0100 Subject: [PATCH] updating to include #20452 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7984acc1bf5..00226d5e42a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ BUG FIXES: * `azurerm_eventgrid_domain_topic` - `name` can now be up to 128 characters [GH-20407] * `azurerm_private_endpoint` - normalizing the `private_connection_resource_id` for a redis cache [GH-20418] +* `azurerm_private_endpoint` - consistently normalizing the value returned from the API for `private_connection_resource_id` [GH-20452] * `azurerm_recovery_services_vault` - updating `cross_region_restore_enabled` to `false` recreates the resource since this operation isn't supported by the API [GH-20406] * `azurerm_storage_management_policy` - `rule.filters` is now Required since storage management policies fail if it's unspecified [GH-20448]