From 65af40a82cfe5939f9c157e76ebbff6a3faea234 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 6 Dec 2023 21:53:03 -0800 Subject: [PATCH] Update CHANGELOG.md #24140 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d8c15396b3..6d1652e91fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_application_insights_api_key` - fix bug where multiple keys couldn't be created for an Application Insights instance [GH-23463] +* `azurerm_container_registry` - the `network_rule_set.virtual_network` property has been deprecated [GH-24140] * `azurerm_hdinsight_hadoop_cluster` - set `roles.edge_node.install_script_action.parameters` into state by retrieving the value provided in the user config since this property isn't returned by the API [GH-23971] * `azurerm_kubernetes_cluster` - fix bug where maintenance window start date was always recalculated and sent to the API [GH-23985] * `azurerm_mssql_database` - will no longer send all long retention values in payload unless set [GH-24124]