From 57eefd3f8c6aaaca527d53672887b0f60da3bc9f Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 11 Nov 2021 09:37:20 -0800 Subject: [PATCH] CHANGELOG.md for #14025 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a875fdbafa8a..6369d70c813e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * dependencies: upgrading to `v2.8.0` of `github.com/hashicorp/terraform-plugin-sdk` [GH-14060] * `azurerm_application_insights` - support for the `internet_ingestion_enabled` and `internet_query_enabled` properties [GH-14035] * `azurerm_backup_protected_vm` - support for the `exclude_disk_luns` and `include_disk_luns` properties [GH-14097] +* `azurerm_managed_disk_resource` - support for the `disk_iops_read_only` and `disk_mbps_read_only` properties [GH-14025] * `azurerm_security_center_subscription_pricing` - `resource_type` can now be set to `OpenSourceRelationalDatabases` [GH-14103] * `azurerm_storage_encryption_scope` - allow versionless `key_vault_key_id` [GH-14085] * `azurerm_virtual_network_gateway` - enable configuration of an active-active zone redundant gateway with P2S [GH-14124]