From 9771a6d302c24af90bdf1c4025fc7cda6657a31c Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 17 Feb 2023 07:39:39 -0800 Subject: [PATCH] v3.44.1 --- CHANGELOG.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6215fa600a53..055b5798611c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,25 @@ -## 3.44.1 (Unreleased) +## 3.44.1 (February 17, 2023) ENHANCEMENTS -* dependencies: updating to `v0.20230217.1150808` of `github.com/hashicorp/go-azure-sdk` [GH-20539] +* dependencies: updating to `v0.20230217.1150808` of `github.com/hashicorp/go-azure-sdk` ([#20539](https://github.com/hashicorp/terraform-provider-azurerm/issues/20539)) BUG FIXES -* authentication: fixing an issue when obtaining the auth token for Resource Manager in Azure Government [GH-20523] -* authentication: fixing an issue where the default subscription ID was not detected when authenticating using Azure CLI [GH-20526] -* authentication: fixing an issue where Managed Identity authentication would fail [GH-20523] -* Data Source: `azurerm_app_configuration_key` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build [GH-20533] -* Data Source: `azurerm_app_configuration_key` - surfacing the error when a data plane client can't be built [GH-20533] -* Data Source: `azurerm_app_configuration_keys` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build [GH-20533] -* Data Source: `azurerm_app_configuration_keys` - surfacing the error when a data plane client can't be built [GH-20533] -* `azurerm_app_configuration_feature` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build [GH-20533] -* `azurerm_app_configuration_feature` - surfacing the error when a data plane client can't be built [GH-20533] -* `azurerm_app_configuration_key` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build [GH-20533] -* `azurerm_app_configuration_key` - surfacing the error when a data plane client can't be built [GH-20533] -* `azurerm_kubernetes_cluster` - fix a crash when `securityProfile` is nil in the API Response [GH-20517] -* `azurerm_logic_app_standard` - fixing an issue where the `storage endpoint suffix` couldn't be found [GH-20536] -* `azurerm_synapse_role_assignment` - fixing an issue where the `Synapse domain suffix` couldn't be found [GH-20536] +* authentication: fixing an issue when obtaining the auth token for Resource Manager in Azure Government ([#20523](https://github.com/hashicorp/terraform-provider-azurerm/issues/20523)) +* authentication: fixing an issue where the default subscription ID was not detected when authenticating using Azure CLI ([#20526](https://github.com/hashicorp/terraform-provider-azurerm/issues/20526)) +* authentication: fixing an issue where Managed Identity authentication would fail ([#20523](https://github.com/hashicorp/terraform-provider-azurerm/issues/20523)) +* Data Source: `azurerm_app_configuration_key` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* Data Source: `azurerm_app_configuration_key` - surfacing the error when a data plane client can't be built ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* Data Source: `azurerm_app_configuration_keys` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* Data Source: `azurerm_app_configuration_keys` - surfacing the error when a data plane client can't be built ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* `azurerm_app_configuration_feature` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* `azurerm_app_configuration_feature` - surfacing the error when a data plane client can't be built ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* `azurerm_app_configuration_key` - fixing an issue where the App Configuration was misleadingly marked as gone when the data plane client couldn't be build ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* `azurerm_app_configuration_key` - surfacing the error when a data plane client can't be built ([#20533](https://github.com/hashicorp/terraform-provider-azurerm/issues/20533)) +* `azurerm_kubernetes_cluster` - fix a crash when `securityProfile` is nil in the API Response ([#20517](https://github.com/hashicorp/terraform-provider-azurerm/issues/20517)) +* `azurerm_logic_app_standard` - fixing an issue where the `storage endpoint suffix` couldn't be found ([#20536](https://github.com/hashicorp/terraform-provider-azurerm/issues/20536)) +* `azurerm_synapse_role_assignment` - fixing an issue where the `Synapse domain suffix` couldn't be found ([#20536](https://github.com/hashicorp/terraform-provider-azurerm/issues/20536)) ## 3.44.0 (February 16, 2023)