diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6a0c36a80c..40cd6fcc6d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ IMPROVEMENTS: * `azurerm_managed_disk` - support for configuring `disk_encryption_set_id` [GH-5250] * `azurerm_managed_disk` - support for configuring `storage_account_id` which is now required by the Azure API during an import [GH-5250] * `azurerm_mariadb_server` - the `sku` block has been deprecated in favour of the `sku_name` property [GH-5378] +* `azurerm_mysql_server` - the `sku` block has been deprecated in favour of the `sku_name` property [GH-5377] * `azurerm_postgresql_server` - the `sku` block has been deprecated in favour of the `sku_name` property [GH-5376] * `azurerm_lb_rule` - support for the `enable_tcp_reset` property [GH-5373] * `azurerm_lb_nat_rule` - support for the `enable_tcp_reset` and `idle_timeout_in_minutes` properties [GH-5373]