Skip to content

Commit

Permalink
Update CHANGELOG.md to include #4615
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Oct 17, 2019
1 parent 61422b9 commit 7adc7ee
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 @@ -20,6 +20,8 @@ IMPROVEMENTS:
* `azurerm_kubernetes_cluster` - allow the `aci_connector_linux` to be disabled by allowing the subnet property be empty [GH-4541]
* `azurerm_kubernetes_cluster` - add support for the `azure_policy` property in the `addon_profile` block [GH-4498]
* `azurerm_monitor_action_group` - add support for the `use_common_alert_schema` webhook property [GH-4483]
* `azurerm_network_security_rule` - add support for `Icmp` to the `protocol` property [GH-4615]
* `azurerm_network_security_rule` - add support for `Icmp` to the `protocol` property [GH-4615]

BUG FIXES:
* `azurerm_api_management` - deprecate the `disable_backend_ssl30`, `disable_backend_tls10`, `disable_backend_tls11`, `disable_triple_des_ciphers`, `disable_frontend_ssl30`, `disable_frontend_tls10`, `disable_frontend_tls11` properties as `true` actually meant enable in favour of `enable_backend_ssl30`, `enable_backend_tls10`, `enable_backend_tls11`, `enable_triple_des_ciphers`, `enable_frontend_ssl30`, `enable_frontend_tls10`, `enable_frontend_tls11` [GH-4534]
Expand Down

0 comments on commit 7adc7ee

Please sign in to comment.