Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Nov 15, 2024
1 parent a6fb1bb commit 7d5c077
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
## 4.10.0 (Unreleased)
## 4.10.0 (November 14, 2024)

BREAKING CHANGES:

* dependencies - update `cognitive` to `2024-10-01`, due to a behavioural change in this version of the API, the `primary_access_key` and `secondary_access_key` can not be retrieved if `local_authentication_enabled` has been set to `false`. These properties that may have had values previously will now be empty. This has affected the `azurerm_ai_services` and `azurerm_cognitive_account` resources as well as the `azurerm_cognitive_account` data source [GH-27851]
* dependencies - update `cognitive` to `2024-10-01`, due to a behavioural change in this version of the API, the `primary_access_key` and `secondary_access_key` can not be retrieved if `local_authentication_enabled` has been set to `false`. These properties that may have had values previously will now be empty. This has affected the `azurerm_ai_services` and `azurerm_cognitive_account` resources as well as the `azurerm_cognitive_account` data source ([#27851](https://github.com/hashicorp/terraform-provider-azurerm/issues/27851))

FEATURES:

* **New Data Source**: `azurerm_key_vault_managed_hardware_security_module_key` [GH-27827]
* **New Resource**: `azurerm_netapp_backup_vault` [GH-27188]
* **New Resource**: `azurerm_netapp_backup_policy` [GH-27188]
* **New Data Source**: `azurerm_key_vault_managed_hardware_security_module_key` ([#27827](https://github.com/hashicorp/terraform-provider-azurerm/issues/27827))
* **New Resource**: `azurerm_netapp_backup_vault` ([#27188](https://github.com/hashicorp/terraform-provider-azurerm/issues/27188))
* **New Resource**: `azurerm_netapp_backup_policy` ([#27188](https://github.com/hashicorp/terraform-provider-azurerm/issues/27188))

ENHANCEMENTS:

* dependencies: update `terraform-plugin-framework` to version `v1.13.0` [GH-27936]
* dependencies: update `terraform-plugin-framework-validators` to version `v0.14.0` [GH-27936]
* dependencies: update `terraform-plugin-go` to version `v0.25.0` [GH-27936]
* dependencies: update `terraform-plugin-mux` to version `v0.17.0` [GH-27936]
* dependencies: update `terraform-plugin-sdk/v2` to version `v2.35.0` [GH-27936]
* Data Source: `azurerm_bastion_host` - add support for the `zones` property [GH-27909]
* `azurerm_application_gateway` - support more values for the `status_code` property [GH-27535]
* `azurerm_bastion_host` - support for the `zones` property [GH-27909]
* `azurerm_communication_service` - support for `usgov` region [GH-27919]
* `azurerm_email_communication_service` - support for `usgov` region added [GH-27919]
* `azurerm_linux_function_app` - support for .NET 9 [GH-27879]
* `azurerm_linux_function_app_slot` - support for .NET 9 [GH-27879]
* `azurerm_linux_web_app` - support for .NET 9 [GH-27879]
* `azurerm_linux_web_app_slot` - support for .NET 9 [GH-27879]
* `azurerm_windows_web_app` - support for .NET 9 [GH-27879]
* `azurerm_windows_web_app_slot` - support for .NET 9 [GH-27879]
* `azurerm_windows_function_app` - support for .NET 9 [GH-27879]
* `azurerm_windows_function_app_slot` - support for .NET 9 [GH-27879]
* dependencies: update `terraform-plugin-framework` to version `v1.13.0` ([#27936](https://github.com/hashicorp/terraform-provider-azurerm/issues/27936))
* dependencies: update `terraform-plugin-framework-validators` to version `v0.14.0` ([#27936](https://github.com/hashicorp/terraform-provider-azurerm/issues/27936))
* dependencies: update `terraform-plugin-go` to version `v0.25.0` ([#27936](https://github.com/hashicorp/terraform-provider-azurerm/issues/27936))
* dependencies: update `terraform-plugin-mux` to version `v0.17.0` ([#27936](https://github.com/hashicorp/terraform-provider-azurerm/issues/27936))
* dependencies: update `terraform-plugin-sdk/v2` to version `v2.35.0` ([#27936](https://github.com/hashicorp/terraform-provider-azurerm/issues/27936))
* Data Source: `azurerm_bastion_host` - add support for the `zones` property ([#27909](https://github.com/hashicorp/terraform-provider-azurerm/issues/27909))
* `azurerm_application_gateway` - support more values for the `status_code` property ([#27535](https://github.com/hashicorp/terraform-provider-azurerm/issues/27535))
* `azurerm_bastion_host` - support for the `zones` property ([#27909](https://github.com/hashicorp/terraform-provider-azurerm/issues/27909))
* `azurerm_communication_service` - support for `usgov` region ([#27919](https://github.com/hashicorp/terraform-provider-azurerm/issues/27919))
* `azurerm_email_communication_service` - support for `usgov` region added ([#27919](https://github.com/hashicorp/terraform-provider-azurerm/issues/27919))
* `azurerm_linux_function_app` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_linux_function_app_slot` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_linux_web_app` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_linux_web_app_slot` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_windows_web_app` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_windows_web_app_slot` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_windows_function_app` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))
* `azurerm_windows_function_app_slot` - support for .NET 9 ([#27879](https://github.com/hashicorp/terraform-provider-azurerm/issues/27879))

BUG FIXES:

* `azurerm_log_analytics_workspace_table` - use the subscription from workspace ID [GH-27590]
* `azurerm_traffic_manager_external_endpoint` - the value for `priority` will be dynamically assigned by the API [GH-27966]
* `azurerm_traffic_manager_azure_endpoint` - the value for `priority` will be dynamically assigned by the API [GH-27966]
* `azurerm_log_analytics_workspace_table` - use the subscription from workspace ID ([#27590](https://github.com/hashicorp/terraform-provider-azurerm/issues/27590))
* `azurerm_traffic_manager_external_endpoint` - the value for `priority` will be dynamically assigned by the API ([#27966](https://github.com/hashicorp/terraform-provider-azurerm/issues/27966))
* `azurerm_traffic_manager_azure_endpoint` - the value for `priority` will be dynamically assigned by the API ([#27966](https://github.com/hashicorp/terraform-provider-azurerm/issues/27966))


## 4.9.0 (November 08, 2024)
Expand Down

0 comments on commit 7d5c077

Please sign in to comment.