Skip to content

Commit

Permalink
v3.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jun 23, 2023
1 parent 962fed0 commit 4c5880b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions CHANGELOG.md
@@ -1,30 +1,30 @@
## 3.62.0 (Unreleased)
## 3.62.0 (June 22, 2023)

FEATURES:

* **New Resource:** `azurerm_new_relic_monitor` [GH-21958]
* **New Resource:** `azurerm_new_relic_monitor` ([#21958](https://github.com/hashicorp/terraform-provider-azurerm/issues/21958))

ENHANCEMENTS:

* dependencies: updating to `v0.20230614.1151152` of `github.com/hashicorp/go-azure-sdk` [GH-22176]
* dependencies: `compute/marketplace_agreement` - swap to use `hashicorp/go-azure-sdk` [GH-21938]
* dependencies: `network/manager` - swap to use `hashicorp/go-azure-sdk` [GH-22119]
* dependencies: `network/route` - swap to use `hashicorp/go-azure-sdk` [GH-22227]
* `azurerm_cosmosdb_gremlin_graph` - support for the `analytical_storage_ttl` property [GH-22179]
* `azurerm_kubernetes_cluster` - support for the value `AzureLinux` for the field `os_sku` within the `default_node_pool` block [GH-22139]
* `azurerm_kubernetes_cluster` - support for the property `node_os_channel_upgrade` [GH-22187]
* `azurerm_kubernetes_cluster_node_pool` - support for the value `AzureLinux` for the field `os_sku` [GH-22139]
* `azurerm_monitor_workspace` - support for `public_network_access_enabled` [GH-22197]
* `azurerm_virtual_hub` - support for `virtual_router_auto_scale_min_capacity` [GH-21614]
* dependencies: updating to `v0.20230614.1151152` of `github.com/hashicorp/go-azure-sdk` ([#22176](https://github.com/hashicorp/terraform-provider-azurerm/issues/22176))
* dependencies: `compute/marketplace_agreement` - swap to use `hashicorp/go-azure-sdk` ([#21938](https://github.com/hashicorp/terraform-provider-azurerm/issues/21938))
* dependencies: `network/manager` - swap to use `hashicorp/go-azure-sdk` ([#22119](https://github.com/hashicorp/terraform-provider-azurerm/issues/22119))
* dependencies: `network/route` - swap to use `hashicorp/go-azure-sdk` ([#22227](https://github.com/hashicorp/terraform-provider-azurerm/issues/22227))
* `azurerm_cosmosdb_gremlin_graph` - support for the `analytical_storage_ttl` property ([#22179](https://github.com/hashicorp/terraform-provider-azurerm/issues/22179))
* `azurerm_kubernetes_cluster` - support for the value `AzureLinux` for the field `os_sku` within the `default_node_pool` block ([#22139](https://github.com/hashicorp/terraform-provider-azurerm/issues/22139))
* `azurerm_kubernetes_cluster` - support for the property `node_os_channel_upgrade` ([#22187](https://github.com/hashicorp/terraform-provider-azurerm/issues/22187))
* `azurerm_kubernetes_cluster_node_pool` - support for the value `AzureLinux` for the field `os_sku` ([#22139](https://github.com/hashicorp/terraform-provider-azurerm/issues/22139))
* `azurerm_monitor_workspace` - support for `public_network_access_enabled` ([#22197](https://github.com/hashicorp/terraform-provider-azurerm/issues/22197))
* `azurerm_virtual_hub` - support for `virtual_router_auto_scale_min_capacity` ([#21614](https://github.com/hashicorp/terraform-provider-azurerm/issues/21614))

BUG FIXES:

* `azurerm_application_insights_workbook` - the `display_name` property can now be updated [GH-22148]
* `azurerm_bastion_host` - will now create a new resource when the `sku` property is downgraded [GH-22147]
* `azurerm_container_app` - the `EmptyDir` property now functions [GH-22196]
* `azurerm_kubernetes_cluster` - fix the validation preventing cluster's with `network_plugin_mode` set to `Overlay` due to a case change in the upstream API [GH-22153]
* `azurerm_resource_deployment_script_*` - fix issue where `identity` wasn't specified but was being sent as `TypeNone` to the api [GH-22165]
* `azurerm_bastion_host` - the `ip_configuration` propery is now required [GH-22154]
* `azurerm_application_insights_workbook` - the `display_name` property can now be updated ([#22148](https://github.com/hashicorp/terraform-provider-azurerm/issues/22148))
* `azurerm_bastion_host` - will now create a new resource when the `sku` property is downgraded ([#22147](https://github.com/hashicorp/terraform-provider-azurerm/issues/22147))
* `azurerm_container_app` - the `EmptyDir` property now functions ([#22196](https://github.com/hashicorp/terraform-provider-azurerm/issues/22196))
* `azurerm_kubernetes_cluster` - fix the validation preventing cluster's with `network_plugin_mode` set to `Overlay` due to a case change in the upstream API ([#22153](https://github.com/hashicorp/terraform-provider-azurerm/issues/22153))
* `azurerm_resource_deployment_script_*` - fix issue where `identity` wasn't specified but was being sent as `TypeNone` to the api ([#22165](https://github.com/hashicorp/terraform-provider-azurerm/issues/22165))
* `azurerm_bastion_host` - the `ip_configuration` propery is now required ([#22154](https://github.com/hashicorp/terraform-provider-azurerm/issues/22154))

## 3.61.0 (June 12, 2023)

Expand Down

0 comments on commit 4c5880b

Please sign in to comment.