From d5519788fc5b3e08e7ab901e69d6edbfd8297921 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Mon, 16 Oct 2023 11:54:01 +0100 Subject: [PATCH] Changelog for #23370 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44e3181e495..c7f096863a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ ENHANCEMENTS: * provider: the `roll_instances_when_required` provider feature in the `virtual_machine_scale_set` block is now optional [GH-22976] * Data Source: `azurerm_automation_account`: refactoring the remaining usage of `Azure/azure-sdk-for-go` to use `hashicorp/go-azure-sdk` [GH-23555] * `azurerm_automation_account`: refactoring the remaining usage of `Azure/azure-sdk-for-go` to use `hashicorp/go-azure-sdk` [GH-23555] +* `azurerm_resource_deployment_script_azure_cli` - improve validation for the `version` property to support newer versions [GH-23370] +* `azurerm_resource_deployment_script_azure_power_shell` - improve validation for the `version` property to support newer versions [GH-23370] BUG FIXES: