From b84968f28b7fc3c5cdf5d00c9582e08e627479a2 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 12 Jul 2023 08:59:59 +0200 Subject: [PATCH] updating to include #22469 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cc5e68ba51..f9114e3da983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,17 @@ ENHANCEMENTS: -* dependencies: added `Kubernetes` and `KubernetesConfiguration` resource providers to auto provider registration [GH-22463] * dependencies: updating to `v0.20230710.1102917` of `github.com/hashicorp/go-azure-sdk` [GH-22442] * dependencies: updating to `v0.20230703.1101016` of `github.com/tombuildsstuff/kermit` [GH-22390] +* provider: the Resource Providers `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration` are now automatically registered [GH-22463] * `automation/dscconfiguration` - updating to API Version `2022-08-08` [GH-22403] * `azurestackhcl` - updating to API Version `2023-03-01` [GH-22411] * `elastic` - updating to API Version `2023-06-01` [GH-22451] -* `kusto` - updating to API Version `2023-05-02` [GH-22410] +* `kusto` - updating to API Version `2023-05-02` [GH-22410 * `managedapplications` - migrate to `hashicorp/go-azure-sdk` [GH-21571] * `storage` - updating to Data Plane API Version `2020-08-04` [GH-22405] * `network` - `application_security_group` and `private_endpoint` now use `hashicorp/go-azure-sdk` [GH-22396] +* `voiceservices`: updating to use API Version `2023-04-03` [GH-22469] * `azurerm_dns_zone` - can now use `host_name` with `dns_zone` for `soa_record` creation [GH-22312] * `azurerm_site_recovery_vmware_replication_policy_association`: update validate func and handling casing. [GH-22443]