From a5e603d84e2ab7dbf5faed8be46cd84aa8ad068d Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 22 Oct 2020 14:40:11 -0700 Subject: [PATCH] Update changelog for #8619 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 430f9067a167..6b3ef6ec2edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: * `azurerm_api_management_api` - ensure `subscription_required` defaults to the more secure `true` value as well revery to `v2.15` and lower's behaviour [GH-7963] * `log_analytics_workspace` - support for the `daily_quota_gb` property [GH-8861] * `azurerm_kubernetes_cluster` - Fix issue where `min_count` and `max_count` couldn't be the equal [GH-8957] +* `azurerm_kubernetes_cluster` - `min_count` can be updated when `enable_auto_scaling` is set to true [GH-8619] * `azurerm_signalr_service` - switching the`features` block to a set so order is irrelevant [GH-8815] ## 2.33.0 (October 22, 2020)