From 368e3cfb1ef19f870f1c49c98c0b0eecf9e19dac Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 25 Mar 2020 09:27:58 +0100 Subject: [PATCH] updating to include #6225 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706b02a58f58..153f12d99588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,11 +26,15 @@ IMPROVEMENTS: BUG FIXES: * `azurerm_analysis_server` - switching the `ipv4_firewall_rule` block to a Set rather than a List to handle this being unordered [GH-6179] -* `netapp_volume` - allow up to `102400` MB for the `storage_quota_in_gb` property [GH-6228] +* `azurerm_linux_virtual_machine` - making the `custom_data` field sensitive [GH-6225] +* `azurerm_linux_virtual_machine_scale_set` - making the `custom_data` field sensitive [GH-6225] +* `azurerm_netapp_volume` - allow up to `102400` MB for the `storage_quota_in_gb` property [GH-6228] * `azurerm_policy_definition` - fixing a bug when parsing the Management Group ID [GH-5981] * `azurerm_postgresql_server` - updating the validation for the `name` field [GH-6064] * `azurerm_sql_database` - use the correct base URI for the Extended Auditing Policies Client [GH-6233] `azurerm_virtual_machine_data_disk_attachment` - detecting the disk attachment as gone when the VM is no longer available [GH-6237] +* `azurerm_windows_virtual_machine` - making the `custom_data` field sensitive [GH-6225] +* `azurerm_windows_virtual_machine_scale_set` - making the `custom_data` field sensitive [GH-6225] ## 2.2.0 (March 18, 2020)