Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Aug 13, 2024
1 parent c90928a commit a02cf62
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit a02cf62

Please sign in to comment.