From b40cc2061caa6f28a4a537272522666bcb1378b8 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 6 Dec 2023 21:30:05 -0800 Subject: [PATCH] Update CHANGELOG.md #23969 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00adf92523c..b5e53d90be11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ENHANCEMENTS: * `azurerm_redis_linked_server` - add support for the property `geo_replicated_primary_host_name` [GH-23984] * `azurerm_storage_account` - expose the primary and secondary internet and microsoft hostnames for blobs, dfs, files, queues, tables and web [GH-23517] * `azurerm_synapse_role_assignment` - support for the `principal_type` property [GH-24089] +* `azurerm_spring_cloud_build_deployment` - support for the `application_performance_monitoring_ids` property [GH-23969] * `azurerm_virtual_network_gateway` - support for the `bgp_route_translation_for_nat_enabled`, `dns_forwarding_enabled`, `ip_sec_replay_protection_enabled`, `remote_vnet_traffic_enabled`, `virtual_wan_traffic_enabled`, `radius_server`, `virtual_network_gateway_client_connection`, `policy_group`, and `ipsec_policy` property [GH-23220] BUG FIXES: