From b542c5ccef7ae012aa2dc8fdeea1ad86cb16aac3 Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 23 May 2024 16:31:24 +0200 Subject: [PATCH] Update for #26073 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f76825bf08..58bab356c6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ENHANCEMENTS: * `containerservice`: updating to use API Version `2023-09-02-preview` [GH-25663] * `azurerm_linux_web_app` - normalising the value for `virtual_network_subnet_id` [GH-25885] * `azurerm_machine_learning_compute_cluster` - add validation for `name` [GH-26060] +* `azurerm_machine_learning_compute_cluster` - improve validation to allow an empty `subnet_resource_id` when the Workspace is using a managed Virtual Network [GH-26073] * `azurerm_snapshot` - support for `disk_access_id` [GH-25996] * `azurerm_windows_web_app` - normalising the value for `virtual_network_subnet_id` [GH-25885]