From 5f2d336bfb5f39a5d4fec1ba59d2f5b3663d683d Mon Sep 17 00:00:00 2001 From: stephybun Date: Mon, 7 Aug 2023 17:21:14 +0200 Subject: [PATCH] Update for #22597 #22665 #22811 #22814 #22832 #22844 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ec8dae3a3a..4a3afb96e502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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)