From 04d3388c6176ef94589f546ae4cb21158b869a89 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 4 Apr 2022 13:11:21 +0200 Subject: [PATCH] updating to include #16147 --- CHANGELOG.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bfe45651fa2..041191deeb011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## 3.1.0 (Unreleased) +ENHANCEMENTS: + +* dependencies: updating to `v63.0.0` of `github.com/Azure/azure-sdk-for-go` [GH-16147] +* dependencies: updating `digitaltwins` to use API Version `2020-12-01` [GH-16044] +* `azurerm_application_gateway` - add `KNOWN-CVES` to accepted values for `rule_group_name` [GH-16080] +* `azurerm_automation_account` - `dsc_primary_access_key` and `dsc_secondary_access_key` are now marked as sensitive [GH-16161] +* `azurerm_cognitive_account` - support for the `custom_question_answering_search_service_id` property [GH-15804] +* `azurerm_consumption_budget_management_group` - support for `SubscriptionID` and `SubscriptionName` options in `dimension` block [GH-16074] +* `azurerm_cosmosdb_gremlin_graph` - the property `indexing_mode` is now case-sensitive [GH-16152] +* `azurerm_cosmosdb_sql_container` - the property `indexing_mode` is now case-sensitive [GH-16152] +* `azurerm_web_application_firewall_policy` - add `KNOWN-CVES` to accepted values for `rule_group_name` [GH-16080] + BUG FIXES: * `azurerm_api_management_api_operation_tag` - now retrieves tags from the correct API [GH-16006] @@ -12,17 +24,6 @@ BUG FIXES: * `azurerm_windows_web_app_slot` - add support for `dotnetcore` in site metadata property `current_stack` [GH-16129] * `azurerm_storage_data_lake_gen2_filesystem` - add support for `$superuser` in `group` and `owner` properties [GH-16215] -ENHANCEMENTS: - -* dependencies: updating `digitaltwins` to `2020-12-01` [GH-16044] -* `azurerm_application_gateway` - add `KNOWN-CVES` to accepted values for `rule_group_name` [GH-16080] -* `azurerm_automation_account` - `dsc_primary_access_key` and `dsc_secondary_access_key` are now marked as sensitive [GH-16161] -* `azurerm_cognitive_account` - support for the `custom_question_answering_search_service_id` property [GH-15804] -* `azurerm_consumption_budget_management_group` - support for `SubscriptionID` and `SubscriptionName` options in `dimension` block [GH-16074] -* `azurerm_cosmosdb_gremlin_graph` - the property `indexing_mode` is now case-sensitive [GH-16152] -* `azurerm_cosmosdb_sql_container` - the property `indexing_mode` is now case-sensitive [GH-16152] -* `azurerm_web_application_firewall_policy` - add `KNOWN-CVES` to accepted values for `rule_group_name` [GH-16080] - ## 3.0.2 (March 26, 2022) BUG FIXES: