From e7a5113547df57404e96af36d845b7d056045694 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 18 Nov 2020 19:50:51 +0100 Subject: [PATCH] updating to include #9358 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81f1b7bf890..10040c49124b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,13 @@ IMPROVEMENTS: * Data Source: `azurerm_kubernetes_node_pool` - exposing `os_disk_type` [GH-9166] * `azurerm_api_management_api_diagnostic` - support for the `always_log_errors`, `http_correlation_protocol`, `log_client_ip` and `verbosity` attributes [GH-9172] * `azurerm_api_management_api_diagnostic` - support the `frontend_request`, `frontend_response`, `backend_request` and `backend_response` blocks [GH-9172] -* `azurerm_cosmosdb` - Remove cosmosdb autoscale upper cap [GH-9050] -* `azurerm_firewall` now supports firewall manager policies [GH-8879] +* `azurerm_cosmosdb` - removing the cosmosdb autoscale upper cap [GH-9050] +* `azurerm_firewall` - supports for firewall manager policies [GH-8879] * `azurerm_kubernetes_cluster` - support for configuring `os_disk_type` within the `default_node_pool` block [GH-9166] * `azurerm_kubernetes_node_pool` - support for configuring `os_disk_type` [GH-9166] * `azurerm_linux_virtual_machine` - Support `extensions_time_budget` property [GH-9257] -* `azurerm_linux_virtual_machine` - updating the `dedicated_host_id` nolonger forces a new resource [GH-9264] +* `azurerm_linux_virtual_machine` - updating the `dedicated_host_id` no longer forces a new resource [GH-9264] +* `azurerm_kubernetes_cluster` - the block `http_application_routing` within the `addon_profile` block can now be updated/removed [GH-9358] * `azurerm_mssql_database` - `sku_name` supports more `DWxxxc` options [GH-9370] * `azurerm_postgresql_server` - increase max storage to 16TiB [GH-9373] * `azurerm_windows_virtual_machine` - Support `extensions_time_budget` property [GH-9257]