From 578094e36d69bcd7f781ab16457b765792fbfa3b Mon Sep 17 00:00:00 2001 From: stephybun Date: Wed, 6 Dec 2023 09:53:54 +0100 Subject: [PATCH] Update for #23619 #23985 #23984 #24076 #23463 #23517 #24085 #23970 #24061 #23971 #24083 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65ee480588..f425f70467c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ ## 3.84.0 (Unreleased) +FEATURES: + +* New Data Source: `azurerm_storage_containers` [GH-24061] +* New Resource: `azurerm_elastic_san` [GH-23619] + ENHANCEMENTS: +* Data Source: `azurerm_storage_account` - expose the primary and secondary internet and microsoft hostnames for blobs, dfs, files, queues, tables and web [GH-23517] +* `azurerm_cosmosdb_cassandra_datacenter` - add support for the property `seed_node_ip_addresses` [GH-24076] +* `azurerm_kubernetes_cluster` - add support for the property `support_plan` as well as the `sku_tier` `Premium` [GH-23970] +* `azurerm_mssql_managed_instance` - add support for more `vcores`: `6`, `10`, `12`, `20`, `48`, `56`, `96`, `128` [GH-24085] +* `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_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: + +* `azurerm_application_insights_api_key` - fix bug where multiple keys couldn't be created for an Application Insights instance [GH-23463] +* `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_mobile_network_packet_core_control_plane` - prevent a panic if the HTTP Response is nil [GH-24083] + ## 3.83.0 (November 30, 2023) UPGRADE NOTES