Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Sep 6, 2024
1 parent 0b33e11 commit 94854f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
## 4.1.0 (Unreleased)
## 4.1.0 (September 05, 2024)

ENHANCEMENTS:

* dependencies - bump `hashicorp/go-azure-sdk` to `v0.20240903.1111904` [GH-27268]
* Virtual Machine Scale Sets - upgrade api version from `2024-03-01` to `2024-07-01` [GH-27230]
* `hdinsights` - update the HDInsights Node definition validation of VM sizes to include new V5 types [GH-27270]
* `azurerm_api_management_logger` - support for the `application_insights.connection_string` property [GH-27137]
* `azurerm_bot_service_azure_bot` - will now send the value for the `developer_app_insights_api_key` property [GH-27280]
* `azurerm_netapp_volume` - support for the `smb3_protocol_encryption_enabled` property [GH-27228]
* `azurerm_subnet` - support `Microsoft.DevOpsInfrastructure` as delegation service [GH-27259]
* dependencies - bump `hashicorp/go-azure-sdk` to `v0.20240903.1111904` ([#27268](https://github.com/hashicorp/terraform-provider-azurerm/issues/27268))
* Virtual Machine Scale Sets - upgrade api version from `2024-03-01` to `2024-07-01` ([#27230](https://github.com/hashicorp/terraform-provider-azurerm/issues/27230))
* `hdinsights` - update the HDInsights Node definition validation of VM sizes to include new V5 types ([#27270](https://github.com/hashicorp/terraform-provider-azurerm/issues/27270))
* `azurerm_api_management_logger` - support for the `application_insights.connection_string` property ([#27137](https://github.com/hashicorp/terraform-provider-azurerm/issues/27137))
* `azurerm_bot_service_azure_bot` - will now send the value for the `developer_app_insights_api_key` property ([#27280](https://github.com/hashicorp/terraform-provider-azurerm/issues/27280))
* `azurerm_netapp_volume` - support for the `smb3_protocol_encryption_enabled` property ([#27228](https://github.com/hashicorp/terraform-provider-azurerm/issues/27228))
* `azurerm_subnet` - support `Microsoft.DevOpsInfrastructure` as delegation service ([#27259](https://github.com/hashicorp/terraform-provider-azurerm/issues/27259))

BUG FIXES:

* `azurerm_mysql_flexible_server` - correctly set `source_server_id` in the state file [GH-27295]
* `azurerm_cosmosdb_account` - the `ip_range_filter` property now supports IPV4 addresses [GH-27208]
* `azurerm_cosmosdb_account` - added state migration for `ip_range_filter` underlying type change from `string` to `set` [GH-27276]
* `azurerm_linux_virtual_machine` - the `admin_ssh_key.public_key` property now supports ed25519 ssh keys [GH-27202]
* `azurerm_sentinel_automation_rule` - no longer panics when using `condition_json` [GH-27269]
* `azurerm_kubernetes_cluster` - the `host_encryption_enabled` and `node_public_ip_enabled` properties are now set correctly [GH-27218]
* `azurerm_mysql_flexible_server` - correctly set `source_server_id` in the state file ([#27295](https://github.com/hashicorp/terraform-provider-azurerm/issues/27295))
* `azurerm_cosmosdb_account` - the `ip_range_filter` property now supports IPV4 addresses ([#27208](https://github.com/hashicorp/terraform-provider-azurerm/issues/27208))
* `azurerm_cosmosdb_account` - added state migration for `ip_range_filter` underlying type change from `string` to `set` ([#27276](https://github.com/hashicorp/terraform-provider-azurerm/issues/27276))
* `azurerm_linux_virtual_machine` - the `admin_ssh_key.public_key` property now supports ed25519 ssh keys ([#27202](https://github.com/hashicorp/terraform-provider-azurerm/issues/27202))
* `azurerm_sentinel_automation_rule` - no longer panics when using `condition_json` ([#27269](https://github.com/hashicorp/terraform-provider-azurerm/issues/27269))
* `azurerm_kubernetes_cluster` - the `host_encryption_enabled` and `node_public_ip_enabled` properties are now set correctly ([#27218](https://github.com/hashicorp/terraform-provider-azurerm/issues/27218))

## 4.0.1 (August 23, 2024)

Expand Down

0 comments on commit 94854f1

Please sign in to comment.