Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Aug 7, 2023
1 parent d4a101f commit 5f2d336
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 3.69.0 (Unreleased)

FEATURES:

* **New Resource**: `azurerm_graph_services_account` [GH-22665]

ENHANCEMENTS:

* dependencies: updating to `v0.58.0` of `github.com/hashicorp/go-azure-helpers` [GH-22813]
Expand All @@ -12,14 +16,19 @@ ENHANCEMENTS:
* `hybridcompute` - updating to use the `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` as a base layer [GH-22815]
* `azurerm_digital_twins_instance` - support for User Assigned Identities [GH-22782]
* `azurerm_kubernetes_cluster` - export the identity for Web App Routing under `web_app_routing_identity` [GH-22809]
* `azurerm_log_analytics_workspace` - support changing value of `sku` from `CapacityReservation` and `PerGB2018` [GH-22597]
* `azurerm_postgresql_database` - updating the validation for `collation` [GH-22689]
* `azurerm_postgresql_flexible_server_database` - updating the validation for `collation` [GH-22689]
* `azurerm_security_center_subscription_pricing` - add support for the `resource_type` `Api` [GH-22844]
* `azurerm_spring_cloud_configuration_service` - add support for the `ca_certificate_id` property [GH-22814]

BUG FIXES:

* `azurerm_cdn_endpoint` - conditionally using `PUT` in place of `PATCH` when a field other than `tags` has changed [GH-22662]
* `azure_container_group` - set `init_container.secure_environment_variables` into state correctly [GH-22832]
* `azurerm_custom_ip_prefix` - support for environments other than Azure Public [GH-22812]
* `azurerm_kusto_cosmosdb_data_connection_resource` - ensure the `subscriptionId` and `ResourceGroupName` align with the CosmosDB container [GH-22663]
* `azurerm_monitor_data_collection_rule` - recreate resource when attempting to remove `kind` [GH-22811]

## 3.68.0 (August 03, 2023)

Expand Down

0 comments on commit 5f2d336

Please sign in to comment.