Skip to content

Commit

Permalink
updating to include #9227
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 19, 2020
1 parent 9e4e118 commit c88cfb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ IMPROVEMENTS:
* `azurerm_cosmosdb_table` - `throughput` can now be set to higher than `1000000` if enabled by Azure Support [GH-9050]
* `azurerm_firewall` - support for `firewall_policy_id`, `sku_name`, `sku_tier` and `virtual_hub` [GH-8879]
* `azurerm_kubernetes_cluster` - support for configuring `os_disk_type` within the `default_node_pool` block [GH-9166]
* `azurerm_kubernetes_cluster` - `max_count` within the `default_node_pool` block can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_kubernetes_cluster` - `min_count` within the `default_node_pool` block can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_kubernetes_cluster` - `node_count` within the `default_node_pool` block can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_kubernetes_node_pool` - support for configuring `os_disk_type` [GH-9166]
* `azurerm_kubernetes_node_pool` - `max_count` can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_kubernetes_node_pool` - `min_count` can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_kubernetes_node_pool` - `node_count` can now be set to a maximum value of `1000` [GH-9227]
* `azurerm_linux_virtual_machine` - support for the `extensions_time_budget` property [GH-9257]
* `azurerm_linux_virtual_machine` - updating the `dedicated_host_id` no longer forces a new resource [GH-9264]
* `azurerm_linux_virtual_machine` - support for graceful shutdowns (via the features block) [GH-8470]
Expand Down

0 comments on commit c88cfb6

Please sign in to comment.