From 0f337de22be69231304150208674cb9218b1e09c Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:01:10 +0200 Subject: [PATCH] Update CHANGELOG.md for #27276 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638fc49dbf77..0514555ead37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * `azurerm_cosmosdb_account` - the `ip_range_filter` property now supports IPV4 addresses [GH-27208] +* `azurerm_cosmosdb_account` - added state migration for `ip_range_filter` underlying type change from `string` to `set` [GH-27276] * `azurerm_linux_virtual_machine` - the `admin_ssh_key.public_key` property now supports ed25519 ssh keys [GH-27202] ENHANCEMENTS: