From 7df400b6ccbe4c650f6e0ce0a1b750fd84356277 Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:07:33 +0000 Subject: [PATCH] Update for #20665 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbded31fafd8..31de21e6ece7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ ENHANCEMENTS BUG FIXES * `azurerm_azurerm_netapp_volume` - Fix potential nil panic in resource read [GH-20662] +* Data Source: `azurerm_automation_variable_bool` - fixed a regression in read [GH-20665] +* Data Source: `azurerm_automation_variable_datetime` - fixed a regression in read [GH-20665] +* Data Source: `azurerm_automation_variable_int` - fixed a regression in read [GH-20665] +* Data Source: `azurerm_automation_variable_string` - fixed a regression in read [GH-20665] ## 3.45.0 (February 23, 2023)