From d5f4a07710c2192ca316372826a29b60d7ae48d6 Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 16 Feb 2023 11:08:02 +0100 Subject: [PATCH] Update for #20341 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf57c2dd1d6..b5822f311a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ ENHANCEMENTS: * Data Source: `azurerm_policy_definition` - support for the `mode` property [GH-20420] * `azurerm_cognitive_account` - the field `sku_name` can now be set to `DC0` [GH-20426] * `azurerm_express_route_port` - support for the `billing_type` property [GH-20361] +* `azurerm_kubernetes_cluster` - `web_app_routing.dns_zone_id` now accepts an empty string for BYO DNS [GH-20341] * `azurerm_linux_virtual_machine` - validating that the value for the `admin_username` field isn't a disallowed username [GH-20424] * `azurerm_windows_virtual_machine` - validating that the value for the `admin_username` field isn't a disallowed username [GH-20424]