Skip to content

Commit

Permalink
updating to include #6370
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Apr 7, 2020
1 parent ba02d9d commit a70e290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ BUG FIXES:
* `azurerm_kubernetes_cluster` - requiring that `min_count` and `max_count` within the `default_node_pool` block are set to `null` rather than `0` when auto-scaling is disabled [GH-6095]
* `azurerm_kubernetes_cluster` - ensuring that a value for `node_count` within the `default_node_pool` block is always passed to the API to match a requirement in the API [GH-6095]
* `azurerm_kubernetes_cluster` - ensuring that `tags` are set into the state for the `default_node_pool` [GH-6095]
* `azurerm_kubernetes_cluster` - conditionally sending the `aci_connector_linux` block for Azure China [GH-6370]
* `azurerm_kubernetes_cluster` - conditionally sending the `http_application_routing` block for Azure China & Azure US Government [GH-6370]
* `azurerm_kubernetes_cluster_node_pool` - requiring that `min_count` and `max_count` are set to `null` rather than `0` when auto-scaling is disabled [GH-6095]
* `azurerm_linux_virtual_machine` - if the `priority` property on read is empty assume it to be `Regular` [GH-6301]
* `azurerm_windows_virtual_machine` - if the `priority` property on read is empty assume it to be `Regular` [GH-6301]
Expand Down

0 comments on commit a70e290

Please sign in to comment.