From 3fa591e7ac275ffda7063881b6ce5b855ff7fc8f Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Fri, 19 Jan 2024 09:21:14 -0800 Subject: [PATCH] Update CHANGELOG.md for #24470 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c92565dad2..2f67baeebea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ ENHANCEMENTS: * `managedidentity`: the SDK Clients now support logging [GH-24564] * `azurerm_data_protection_backup_vault`: `redundancy` can now be set to `ZoneRedundant` [GH-24556] +BUG FIXES: + +* `azurerm_network_interface` - all `ip_configuration` are no longer added to a Load Balancer Backend if one of those `ip_configurations` is associated with a backend [GH-24470] + ## 3.88.0 (January 18, 2024) FEATURES: