Skip to content

Commit

Permalink
v3.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Oct 27, 2023
1 parent 9a341c5 commit 9041959
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .release/provider-schema.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
## 3.78.0 (Unreleased)
## 3.78.0 (October 26, 2023)

FEATURES:

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

ENHANCEMENTS:

* dependencies: updating to `v0.20231025.1113325` of `github.com/hashicorp/go-azure-sdk` [GH-23684]
* dependencies: updating to `v1.58.3` of `google.golang.org/grpc` [GH-23691]
* dependencies: updating search service from `2022-09-01` to `2023-11-01` [GH-23698]
* Data Source: `azurerm_monitor_workspace` - export `query_endpoint` [GH-23629]
* `azurerm_express_route_port` - support for `macsec_sci_enabled` [GH-23625]
* `azurerm_eventhub_namespace_customer_managed_key` - support for the `user_assigned_identity_id` property [GH-23635]
* `azurerm_postgresql_flexible_server` - `private_dns_zone_id` is no longer ForceNew and case is suppressed [GH-23660]
* `azurerm_synapse_workspace` - add support for `azuread_authentication_only` [GH-23659]
* `azurerm_redis_enterprise_cluster` - support for new location `Japan East` [GH-23696]
* `azurerm_search_service` - support for `semantic_search_sku` field [GH-23698]
* dependencies: updating to `v0.20231025.1113325` of `github.com/hashicorp/go-azure-sdk` ([#23684](https://github.com/hashicorp/terraform-provider-azurerm/issues/23684))
* dependencies: updating to `v1.58.3` of `google.golang.org/grpc` ([#23691](https://github.com/hashicorp/terraform-provider-azurerm/issues/23691))
* dependencies: updating search service from `2022-09-01` to `2023-11-01` ([#23698](https://github.com/hashicorp/terraform-provider-azurerm/issues/23698))
* Data Source: `azurerm_monitor_workspace` - export `query_endpoint` ([#23629](https://github.com/hashicorp/terraform-provider-azurerm/issues/23629))
* `azurerm_express_route_port` - support for `macsec_sci_enabled` ([#23625](https://github.com/hashicorp/terraform-provider-azurerm/issues/23625))
* `azurerm_eventhub_namespace_customer_managed_key` - support for the `user_assigned_identity_id` property ([#23635](https://github.com/hashicorp/terraform-provider-azurerm/issues/23635))
* `azurerm_postgresql_flexible_server` - `private_dns_zone_id` is no longer ForceNew and case is suppressed ([#23660](https://github.com/hashicorp/terraform-provider-azurerm/issues/23660))
* `azurerm_synapse_workspace` - add support for `azuread_authentication_only` ([#23659](https://github.com/hashicorp/terraform-provider-azurerm/issues/23659))
* `azurerm_redis_enterprise_cluster` - support for new location `Japan East` ([#23696](https://github.com/hashicorp/terraform-provider-azurerm/issues/23696))
* `azurerm_search_service` - support for `semantic_search_sku` field ([#23698](https://github.com/hashicorp/terraform-provider-azurerm/issues/23698))

BUG FIXES:

* `azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack` - added lock for ruleStackID [GH-23601]
* `azurerm_cognitive_deployment` - remove forceNew tag from `rai_policy_name` [GH-23697]
* `azurerm_backup_policy_vm` - fix payload by using current datetime [GH-23586]
* `azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack` - added lock for ruleStackID ([#23601](https://github.com/hashicorp/terraform-provider-azurerm/issues/23601))
* `azurerm_cognitive_deployment` - remove forceNew tag from `rai_policy_name` ([#23697](https://github.com/hashicorp/terraform-provider-azurerm/issues/23697))
* `azurerm_backup_policy_vm` - fix payload by using current datetime ([#23586](https://github.com/hashicorp/terraform-provider-azurerm/issues/23586))

## 3.77.0 (October 19, 2023)

Expand Down

0 comments on commit 9041959

Please sign in to comment.