From afcd778b1c84de3f19ebf38f3ddf48472fdf2e76 Mon Sep 17 00:00:00 2001 From: stephybun Date: Tue, 25 Oct 2022 10:04:00 +0200 Subject: [PATCH] Update for #18705 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ea0c979b92..2ee33f64d793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ FEATURES: ENHANCEMENTS: * dependencies `containerinstance` - updating to use `2021-10-01` [GH-17785] +* containerservice: refactoring to use `github.com/hashicorp/go-azure-sdk` [GH-18705] * disks: refactoring to use `github.com/hashicorp/go-azure-sdk` [GH-18928] * Data Source: `azurerm_storage_management_policy` - add support for `tier_to_archive_after_days_since_last_tier_change_greater_than` [GH-18898] * `azurerm_container_group` - the `network_profile_id` property hasbeen deprecated in favour of `subnet_ids` as the newer versions of the API no longer support it [GH-17785]