Skip to content

Commit

Permalink
v3.113.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jul 19, 2024
1 parent 778259b commit 5ed68c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## 3.113.0 (Unreleased)
## 3.113.0 (July 18, 2024)

ENHANCEMENTS:

* dependencies: updating to `v0.20240715.1100358` of `hashicorp/go-azure-sdk` [GH-26638]
* `storage` - updating to use `hashicorp/go-azure-sdk` [GH-26218]
* dependencies: updating to `v0.20240715.1100358` of `hashicorp/go-azure-sdk` ([#26638](https://github.com/hashicorp/terraform-provider-azurerm/issues/26638))
* `storage` - updating to use `hashicorp/go-azure-sdk` ([#26218](https://github.com/hashicorp/terraform-provider-azurerm/issues/26218))

BUG FIXES:

* `azurerm_storage_account` - fix a validation bug when replacing a StorageV2 account with a StorageV1 account [GH-26639]
* `azurerm_storage_account` - resolve an issue refreshing blob or queue properties after recreation [GH-26218]
* `azurerm_storage_account` - resolve an issue setting tags for an existing storage account where a policy mandates them [GH-26218]
* `azurerm_storage_account` - fix a persistent diff with the `customer_managed_key` block [GH-26218]
* `azurerm_storage_account` - resolve several consistency related issues when crreating a new storage account [GH-26218]
* `azurerm_storage_account` - fix a validation bug when replacing a StorageV2 account with a StorageV1 account ([#26639](https://github.com/hashicorp/terraform-provider-azurerm/issues/26639))
* `azurerm_storage_account` - resolve an issue refreshing blob or queue properties after recreation ([#26218](https://github.com/hashicorp/terraform-provider-azurerm/issues/26218))
* `azurerm_storage_account` - resolve an issue setting tags for an existing storage account where a policy mandates them ([#26218](https://github.com/hashicorp/terraform-provider-azurerm/issues/26218))
* `azurerm_storage_account` - fix a persistent diff with the `customer_managed_key` block ([#26218](https://github.com/hashicorp/terraform-provider-azurerm/issues/26218))
* `azurerm_storage_account` - resolve several consistency related issues when crreating a new storage account ([#26218](https://github.com/hashicorp/terraform-provider-azurerm/issues/26218))

DEPRECATIONS:

* `azurerm_eventhub_namespace` - deprecate the `zone_redundant` field in v4.0 [GH-26611]
* `azurerm_servicebus_namespace` - deprecate the `zone_redundant` field in v4.0 [GH-26611]
* `azurerm_eventhub_namespace` - deprecate the `zone_redundant` field in v4.0 ([#26611](https://github.com/hashicorp/terraform-provider-azurerm/issues/26611))
* `azurerm_servicebus_namespace` - deprecate the `zone_redundant` field in v4.0 ([#26611](https://github.com/hashicorp/terraform-provider-azurerm/issues/26611))

## 3.112.0 (July 12, 2024)

Expand Down

0 comments on commit 5ed68c9

Please sign in to comment.