From 85c10e53092f3dc9aafd27402199d865fabe7a7c Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Thu, 17 Sep 2020 11:00:35 +0100 Subject: [PATCH] Update CHANGELOG.md for #8492 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4695ebd6528..1ac80711ed10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 2.28.0 (Unreleased) +UPGRADE NOTES +* The `id` field for the `azurerm_role_definition` changed in release 2.27.0 to work around a bug in the Azure API when using management groups, where the Scope isn't returned - the existing `id` field is available as `role_definition_resource_id` from this version of the Azure Provider. FEATURES: @@ -35,9 +37,13 @@ BUG FIXES: * `azurerm_kubernetes_cluster` - ensure the OMS Agent Log Analytics Workspace case is preserved after disabling/enabling [GH-8374] * `azurerm_management_group_id` - loosen case restritions during parsing of management group ID [GH-8024] * `azurerm_packet_capture` - fix to ID path to match change in API [GH-8167] +* `azurerm_role_definition` - expose `role_definition_resource_id` [GH-8492] ## 2.27.0 (September 10, 2020) +UPGRADE NOTES +* The `id` field for the `azurerm_role_definition` has changed in this release to work around a bug in the Azure API when using management groups, where the Scope isn't returned - the existing `id` field is available as `role_definition_resource_id` on the new resource from version 2.28.0 of the Azure Provider. + FEATURES: * **New Data Source:** `azurerm_attestation_provider` ([#7885](https://github.com/terraform-providers/terraform-provider-azurerm/issues/7885)) @@ -77,6 +83,7 @@ UPGRADE NOTES: * **Opt-In Beta:** This release introduces an opt-in beta for in-line Virtual Machine Scale Set Extensions. This functionality enables the resource to be used with Azure Service Fabric and other extensions that may require creation time inclusion on Scale Set members. Please see the documentation for `azurerm_linux_virtual_machine_scale_set` and `azurerm_windows_virtual_machine_scale_set` for information. + FEATURES: * **New Resource:** `azurerm_log_analytics_saved_search` ([#8253](https://github.com/terraform-providers/terraform-provider-azurerm/issues/8253))