From 138d53eca108d498df719beea49d1daff7512e7c Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 26 Jan 2024 17:15:12 +0100 Subject: [PATCH] updating to include #24654 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aabe50d30fb..5ee2e8a5a625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ FEATURES: ENHANCEMENTS: * dependencies: the dependency `github.com/hashicorp/go-azure-sdk` has been split into multiple Go Modules - and as such will be referred to by those paths going forwards [GH-24636] -* dependencies: updating `v0.20240125.1172517` of `github.com/hashicorp/go-azure-sdk/resource-manager` [GH-24640] -* dependencies: updating `v0.20240125.1172517` of `github.com/hashicorp/go-azure-sdk/sdk` [GH-24640] +* dependencies: updating to `v0.20240126.1105227` of `github.com/hashicorp/go-azure-sdk/resource-manager` [GH-24654] +* dependencies: updating to `v0.20240126.1105227` of `github.com/hashicorp/go-azure-sdk/sdk` [GH-24654] * provider: the Provider is now built using Go 1.21.6 [GH-24653] * `hdinsight`: refactoring to use `github.com/hashicorp/go-azure-sdk/resource-manager` [GH-24011] * `hdinsight`: updating to API Version `2021-06-01` [GH-24011] * `loadbalancer`: updating to use `hashicorp/go-azure-sdk` [GH-24291] * `nginx`: updating to API Version `2023-09-01` [GH-24640] +* `servicefabricmanagedcluster`: updating to use the base layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-24654] * `azurerm_servicebus_namespace` - updating to use API Version `2022-10-01-preview` [GH-24650] BUG FIXES: