Skip to content

Commit

Permalink
Update for #25510
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Apr 8, 2024
1 parent 0ebb8ca commit a9262c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ BUG FIXES:
* `azurerm_redis_cache_access_policy_assignment` - the `object_id_alias` property now allows usernames [GH-25523]
* `azurerm_container_app_environment_certificate` - the `subject_name` attribute is now correctly populated [GH-25516]

DEPRECATIONS:

* `azurerm_cosmosdb_account` - `connection_strings` has been superseded by the primary and secondary connection strings for sql, mongodb and readonly [GH-25510]
* `azurerm_cosmosdb_account` - `enable_free_tier` has been superseded by `free_tier_enabled` [GH-25510]
* `azurerm_cosmosdb_account` - `enable_multiple_write_locations` has been superseded by `multiple_write_locations_enabled` [GH-25510]
* `azurerm_cosmosdb_account` - `enable_automatic_failover` has been superseded by `automatic_failover_enabled` [GH-25510]

## 3.98.0 (April 04, 2024)

Expand Down

0 comments on commit a9262c1

Please sign in to comment.