Skip to content

Commit

Permalink
v3.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jul 13, 2023
1 parent 4cf7911 commit cf737f3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions CHANGELOG.md
@@ -1,40 +1,40 @@
## 3.65.0 (Unreleased)
## 3.65.0 (July 13, 2023)

FEATURES:

* **New Data Source**: `azurerm_communication_service` [GH-22426]
* **New Data Source**: `azurerm_communication_service` ([#22426](https://github.com/hashicorp/terraform-provider-azurerm/issues/22426))

ENHANCEMENTS:

* dependencies: updating to `v0.20230712.1084117` of `github.com/hashicorp/go-azure-sdk` [GH-22491]
* dependencies: updating to `v0.20230703.1101016` of `github.com/tombuildsstuff/kermit` [GH-22390]
* provider: the Resource Providers `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration` are now automatically registered [GH-22463]
* `automation/dscconfiguration` - updating to API Version `2022-08-08` [GH-22403]
* `azurestackhcl` - updating to API Version `2023-03-01` [GH-22411]
* `batch` - updating to use API Version `2023-05-01` [GH-22412]
* `datafactory` - moving `azurerm_data_factory` and `azurerm_data_factory_managed_private_endpoint` over to `hashicorp/go-azure-sdk` [GH-22409]
* `elastic` - updating to API Version `2023-06-01` [GH-22451]
* dependencies: updating to `v0.20230712.1084117` of `github.com/hashicorp/go-azure-sdk` ([#22491](https://github.com/hashicorp/terraform-provider-azurerm/issues/22491))
* dependencies: updating to `v0.20230703.1101016` of `github.com/tombuildsstuff/kermit` ([#22390](https://github.com/hashicorp/terraform-provider-azurerm/issues/22390))
* provider: the Resource Providers `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration` are now automatically registered ([#22463](https://github.com/hashicorp/terraform-provider-azurerm/issues/22463))
* `automation/dscconfiguration` - updating to API Version `2022-08-08` ([#22403](https://github.com/hashicorp/terraform-provider-azurerm/issues/22403))
* `azurestackhcl` - updating to API Version `2023-03-01` ([#22411](https://github.com/hashicorp/terraform-provider-azurerm/issues/22411))
* `batch` - updating to use API Version `2023-05-01` ([#22412](https://github.com/hashicorp/terraform-provider-azurerm/issues/22412))
* `datafactory` - moving `azurerm_data_factory` and `azurerm_data_factory_managed_private_endpoint` over to `hashicorp/go-azure-sdk` ([#22409](https://github.com/hashicorp/terraform-provider-azurerm/issues/22409))
* `elastic` - updating to API Version `2023-06-01` ([#22451](https://github.com/hashicorp/terraform-provider-azurerm/issues/22451))
* `kusto` - updating to API Version `2023-05-02` [GH-22410
* `managedapplications` - migrate to `hashicorp/go-azure-sdk` [GH-21571]
* `privatedns`: updating to API Version `2020-06-01` [GH-22470]
* `storage` - updating to Data Plane API Version `2020-08-04` [GH-22405]
* `network` - `application_security_group` and `private_endpoint` now use `hashicorp/go-azure-sdk` [GH-22396]
* `voiceservices`: updating to use API Version `2023-04-03` [GH-22469]
* Data Source: `azurerm_kubernetes_cluster` - add support for the `internal_ingress_gateway_enabled` and `external_ingress_gateway_enabled` properties [GH-22393]
* `azurerm_batch_account` - support for the `network_profile` block [GH-22356]
* `azurerm_container_app` - the `min_replicas` and `max_replicas` propertiesnow support a maximum value of `300` [GH-22511]
* `azurerm_dns_zone` - can now use the `host_name` property with `dns_zone` for `soa_record` creation [GH-22312]
* `azurerm_kubernetes_cluster` - add support for the `internal_ingress_gateway_enabled` and `external_ingress_gateway_enabled` properties [GH-22393]
* `azurerm_site_recovery_vmware_replication_policy_association` - update validation to correctly handle case [GH-22443]

BUG FIXES:

* `azurerm_automation_dsc_configuration` - fixing an issue where `content_embedded` couldn't be deserialized [GH-22403]
* `azurerm_data_factory_dataset_cosmosdb_sqlapi` - fix incorrect type/error message during read [GH-22438]
* `azurerm_data_factory_dataset_mysql` - fix incorrect type/error message during read [GH-22438]
* `azurerm_data_factory_dataset_postgresql` - fix incorrect type/error message during read [GH-22438]
* `azurerm_logic_app_workflow` - prevent crash when `access_control` is empty block [GH-22486]
* `azurerm_vpn_server_configuration` - prevent a potential panic when setting deprecated variables [GH-22437]
* `managedapplications` - migrate to `hashicorp/go-azure-sdk` ([#21571](https://github.com/hashicorp/terraform-provider-azurerm/issues/21571))
* `privatedns`: updating to API Version `2020-06-01` ([#22470](https://github.com/hashicorp/terraform-provider-azurerm/issues/22470))
* `storage` - updating to Data Plane API Version `2020-08-04` ([#22405](https://github.com/hashicorp/terraform-provider-azurerm/issues/22405))
* `network` - `application_security_group` and `private_endpoint` now use `hashicorp/go-azure-sdk` ([#22396](https://github.com/hashicorp/terraform-provider-azurerm/issues/22396))
* `voiceservices`: updating to use API Version `2023-04-03` ([#22469](https://github.com/hashicorp/terraform-provider-azurerm/issues/22469))
* Data Source: `azurerm_kubernetes_cluster` - add support for the `internal_ingress_gateway_enabled` and `external_ingress_gateway_enabled` properties ([#22393](https://github.com/hashicorp/terraform-provider-azurerm/issues/22393))
* `azurerm_batch_account` - support for the `network_profile` block ([#22356](https://github.com/hashicorp/terraform-provider-azurerm/issues/22356))
* `azurerm_container_app` - the `min_replicas` and `max_replicas` propertiesnow support a maximum value of `300` ([#22511](https://github.com/hashicorp/terraform-provider-azurerm/issues/22511))
* `azurerm_dns_zone` - can now use the `host_name` property with `dns_zone` for `soa_record` creation ([#22312](https://github.com/hashicorp/terraform-provider-azurerm/issues/22312))
* `azurerm_kubernetes_cluster` - add support for the `internal_ingress_gateway_enabled` and `external_ingress_gateway_enabled` properties ([#22393](https://github.com/hashicorp/terraform-provider-azurerm/issues/22393))
* `azurerm_site_recovery_vmware_replication_policy_association` - update validation to correctly handle case ([#22443](https://github.com/hashicorp/terraform-provider-azurerm/issues/22443))

BUG FIXES:

* `azurerm_automation_dsc_configuration` - fixing an issue where `content_embedded` couldn't be deserialized ([#22403](https://github.com/hashicorp/terraform-provider-azurerm/issues/22403))
* `azurerm_data_factory_dataset_cosmosdb_sqlapi` - fix incorrect type/error message during read ([#22438](https://github.com/hashicorp/terraform-provider-azurerm/issues/22438))
* `azurerm_data_factory_dataset_mysql` - fix incorrect type/error message during read ([#22438](https://github.com/hashicorp/terraform-provider-azurerm/issues/22438))
* `azurerm_data_factory_dataset_postgresql` - fix incorrect type/error message during read ([#22438](https://github.com/hashicorp/terraform-provider-azurerm/issues/22438))
* `azurerm_logic_app_workflow` - prevent crash when `access_control` is empty block ([#22486](https://github.com/hashicorp/terraform-provider-azurerm/issues/22486))
* `azurerm_vpn_server_configuration` - prevent a potential panic when setting deprecated variables ([#22437](https://github.com/hashicorp/terraform-provider-azurerm/issues/22437))

## 3.64.0 (July 06, 2023)

Expand Down

0 comments on commit cf737f3

Please sign in to comment.