Skip to content

Commit

Permalink
Update CHANGELOG.md to include #4690
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Oct 27, 2019
1 parent 2c1362e commit 8037775
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 @@ -31,6 +31,8 @@ IMPROVEMENTS:
* `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]
* `azurerm_servicebus_namespace` - allow `capacity` to `8` for tge premium SKU [GH-4630]
* `azurerm_subnet` - add support for the `Microsoft.DBforPostgreSQL/serversv2` and `Microsoft.StreamAnalytics/streamingJobs` to the `service_delegation.name` property [GH-4690]
* `azurerm_subnet` - add support for the `Microsoft.Network/networkinterfaces/*` and `Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action` to the `service_delegation.action` property [GH-4690]

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 8037775

Please sign in to comment.