Skip to content

Commit

Permalink
v3.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Feb 17, 2023
1 parent 45ecdbe commit 9771a6d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 9771a6d

Please sign in to comment.