From a02cf62f66388dc28d7495866e930b8590b751ba Mon Sep 17 00:00:00 2001 From: stephybun Date: Tue, 13 Aug 2024 15:23:32 +0200 Subject: [PATCH] Update for #26976 #26978 #26708 #26996 #26983 #26982 #26986 #26953 #26223 #26531 #26800 #26528 #26850 #27022 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5659cf21828..a04ab78f65e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,29 @@ ## 3.116.0 (Unreleased) FEATURES: + * New Resource: `azurerm_communication_service_email_domain_association` [GH-26432] +* New Resource: `azurerm_postgresql_flexible_server_virtual_endpoint` [GH-26708] + +ENHANCEMENTS: + +* `notificationhub` - updating to use version `2023-09-01` [GH-26528] +* `azurerm_cosmosdb_account` - add support for the property `burst_capacity_enabled` [GH-26986] +* `azurerm_logic_app_standard` - add support for `v8.0` in `site_config.dotnet_framework_version` [GH-26983] BUG FIXES: +* Data Source: `azurerm_storage_account` - add `default_share_level_permission` to the `azure_files_authentication` to prevent invalid address errors [GH-26996] +* Data Source: `azurerm_search_service` - expose the `tags` property [GH-26978] +* `azurerm_api_management_api_schema` - correctly unmarshal `definition` and `components` [GH-26531] +* `azurerm_cdn_frontdoor_secret` - fix issue where `expiration_date` was being set into the parent block [GH-26982] * `azurerm_machine_learning_workspace` - `serverless_compute` can now be updated [GH-26940] +* `azurerm_mssql_database` - fix issue where the database cannot be upgraded to use serverless due to the behaviour of the `license_type` field [GH-26850] +* `azurerm_nginx_deployment` - omit `capacity` when creating deployments with a basic plan [GH-26223] +* `azurerm_role_management_policy` - prevent panic when updating `activation_rules.approval_stage` [GH-26800] +* `azurerm_sentinel_threat_intelligence_indicator` - prevent panic when importing this resource [GH-26976] +* `azurerm_synapse_spark_pool` - prevent plan diff due to API behaviour by setting `node_count` as Computed [GH-26953] +* `azurerm_virtual_network_gateway_connection` - fix issue where `ingress_nat_rule_ids` was updating the egress rules on updates [GH-27022] ## 3.115.0 (August 09, 2024)