diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1cd12ca01b..9eaeb4b07c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,14 @@ IMPROVEMENTS: BUG FIXES: * `azurerm_key_vault` - can now be created without subscription level permissions [GH-6260] +* `azurerm_linux_virtual_machine` - fix validation for `name` to allow full length resource names [GH-6639] +* `azurerm_linux_virtual_machine_scale_set` - fix validation for `name` to allow full length resource names [GH-6639] * `azurerm_monitor_diagnostic_setting` - make `retention_policy` and `retention_policy` optional [GH-6603] * `azurerm_redis_cache` - correctly build connection strings when SSL is disabled [GH-6635] * `azurerm_sql_database` - prevent extended auditing policy for secondary databases [GH-6402] * `azurerm_web_application_firewall_policy` - support for the `managed_rules` property which is required by the new API version [GH-6126] +* `azurerm_windows_virtual_machine` - fix validation for `name` to allow full length resource names [GH-6639] +* `azurerm_windows_virtual_machine_scale_set` - fix validation for `name` to allow full length resource names [GH-6639] * `azurerm_virtual_network_gateway_connection` - `shared_key` is now optional when `type` is `IPSec` [GH-6565] ## 2.7.0 (April 23, 2020)