Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored and rizkybiz committed Jan 30, 2024
1 parent d2d1982 commit 1e71de0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 3.90.0 (Unreleased)

FEATURES:

* New Data Source: `azurerm_nginx_configuration` [GH-24642]

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]
Expand All @@ -8,12 +12,16 @@ ENHANCEMENTS:
* 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]
* `azurerm_servicebus_namespace` - updating to use API Version `2022-10-01-preview` [GH-24650]

BUG FIXES:

* provider: skip registration for resource providers that are unavailable [GH-24571]
* `azurerm_dns_cname_record` - fix casing issue in `target_resource_id` by parsing the ID insensitively
* `azurerm_mssql_managed_instance_failover_group` - fixed issue when trying to create a failover group with a managed instance from a different subscription [GH-24646]
* `azurerm_storage_account` - change update order for `access_tier`to prevent errors when uploading blobs to the archive tier [GH-22250]

## 3.89.0 (January 25, 2024)

Expand Down

0 comments on commit 1e71de0

Please sign in to comment.