From 6c924c5d67397cbe770525798f1d049a9ba0634a Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 6 Jun 2024 09:52:18 +0200 Subject: [PATCH] Update for #25773 #26117 #26212 #26217 #26196 #26189 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aec0af3bcc6..69df454c4b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,12 @@ ENHANCEMENTS: * `advisor`: update API version to `2023-01-01` [GH-26205] * `keyvault`: handling the Resources API returning Key Vaults that have been deleted when populating the cache [GH-26199] * `machinelearning`: update API version to `2024-04-01` [GH-26168] -* `azurerm_container_app_job`: support new properties `key_vault_secret_id` and `identity` in `secret` block [GH-25969] +* `network/privatelinkservices` - update to use `hashicorp/go-azure-sdk` [GH-26212] +* `network/serviceendpointpolicies` - update to use `hashicorp/go-azure-sdk` [GH-26196] +* `network/virtualnetworks` - update to use `hashicorp/go-azure-sdk` [GH-26217] +* `network/virtualwans`: update route resources to use `hashicorp/go-azure-sdk` [GH-26189] +* `azurerm_container_app_job` - support new properties `key_vault_secret_id` and `identity` in `secret` block [GH-25969] +* `azurerm_kubernetes_cluster` - add support for `dns_zone_ids` in the `web_app_routing` block [GH-26117] * `azurerm_notification_hub_authorization_rule` - add support for `primary_connection_string` and `secondary_connection_string` properties [GH-26188] * `azurerm_subnet` - support for the `default_outbound_access_enabled` property [GH-25259] @@ -22,6 +27,11 @@ BUG FIXES: * `azurerm_vpn_server_configuration_policy_group` - split create and update function to fix lifecycle - ignore [GH-26207] * `azurerm_vpn_site` - split create and update function to fix lifecycle - ignore changes [GH-26163] +DEPRECATIONS: + +* `azurerm_kubernetes_cluster` - the property `dns_zone_id` has been superseded by the property `dns_zone_ids` in the `web_app_routing` block [GH-26117] +* `azurerm_nginx_deployment` - the block `configuration` has been deprecated and superseded by the resource `azurerm_nginx_configuration` [GH-25773] + ## 3.106.1 (May 31, 2024) BUG FIXES: