Skip to content

Commit

Permalink
Update CHANGELOG.md date and links (hashicorp#28192)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* run changelog script from 28131 by hand
  • Loading branch information
katbyte authored Dec 6, 2024
1 parent 1ec8819 commit f80cef4
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,19 +1,19 @@
## 4.13.0 (Unreleased)
## 4.13.0 (December 05, 2024)

ENHANCEMENTS:

* `azurerm_cognitive_deployment` - support for the `dynamic_throttling_enabled` property [GH-28100]
* `azurerm_key_vault_managed_hardware_security_module_key` - the `key_type` property now supports `oct-HSM` [GH-28171]
* `azurerm_machine_learning_datastore_datalake_gen2` - can now be used with storage account in a different subscription [GH-28123]
* `azurerm_network_watcher_flow_log` - `target_resource_id` supports subnets and network interfaces [GH-28177]
* `azurerm_cognitive_deployment` - support for the `dynamic_throttling_enabled` property ([#28100](https://github.com/hashicorp/terraform-provider-azurerm/issues/28100))
* `azurerm_key_vault_managed_hardware_security_module_key` - the `key_type` property now supports `oct-HSM` ([#28171](https://github.com/hashicorp/terraform-provider-azurerm/issues/28171))
* `azurerm_machine_learning_datastore_datalake_gen2` - can now be used with storage account in a different subscription ([#28123](https://github.com/hashicorp/terraform-provider-azurerm/issues/28123))
* `azurerm_network_watcher_flow_log` - `target_resource_id` supports subnets and network interfaces ([#28177](https://github.com/hashicorp/terraform-provider-azurerm/issues/28177))

BUG:

* Data Source: `azurerm_logic_app_standard` - update the `identity` property to support User Assigned Identities [GH-28158]
* `azurerm_cdn_frontdoor_origin_group` - update validation of the `interval_in_seconds` property to match API behaviour [GH-28143]
* `azurerm_container_group` - retrieve log analytics workspace key from config when updating resource [GH-28025]
* `azurerm_mssql_elasticpool` - fix sku tier and family validation that prevented the creation of Hyperscale PRMS pools [GH-28178]
* `azurerm_search_service` - the `partition_count` property can now be up to `3` when using basic sku [GH-28105]
* Data Source: `azurerm_logic_app_standard` - update the `identity` property to support User Assigned Identities ([#28158](https://github.com/hashicorp/terraform-provider-azurerm/issues/28158))
* `azurerm_cdn_frontdoor_origin_group` - update validation of the `interval_in_seconds` property to match API behaviour ([#28143](https://github.com/hashicorp/terraform-provider-azurerm/issues/28143))
* `azurerm_container_group` - retrieve log analytics workspace key from config when updating resource ([#28025](https://github.com/hashicorp/terraform-provider-azurerm/issues/28025))
* `azurerm_mssql_elasticpool` - fix sku tier and family validation that prevented the creation of Hyperscale PRMS pools ([#28178](https://github.com/hashicorp/terraform-provider-azurerm/issues/28178))
* `azurerm_search_service` - the `partition_count` property can now be up to `3` when using basic sku ([#28105](https://github.com/hashicorp/terraform-provider-azurerm/issues/28105))

## 4.12.0 (November 28, 2024)

Expand Down

0 comments on commit f80cef4

Please sign in to comment.