From 4ab2787dc777a79cebcf93162321730cba3bad79 Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Wed, 18 Mar 2020 23:31:17 +0000 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0d91adb80e..05564709cbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,31 @@ -## 2.2.0 (Unreleased) +## 2.2.0 (March 18, 2020) FEATURES: -* **New Data Source:** `azurerm_app_configuration` [GH-6133] -* **New Data Source:** `azurerm_powerbi_embedded` [GH-5152] -* **New Resource:** `azurerm_cost_management_export_resource_group` [GH-6131] -* **New Resource:** `azurerm_powerbi_embedded` [GH-5152] -* **New Resource:** `azurerm_virtual_hub_connection` [GH-5951] +* **New Data Source:** `azurerm_app_configuration` ([#6133](https://github.com/terraform-providers/terraform-provider-azurerm/issues/6133)) +* **New Data Source:** `azurerm_powerbi_embedded` ([#5152](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5152)) +* **New Resource:** `azurerm_cost_management_export_resource_group` ([#6131](https://github.com/terraform-providers/terraform-provider-azurerm/issues/6131)) +* **New Resource:** `azurerm_powerbi_embedded` ([#5152](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5152)) +* **New Resource:** `azurerm_virtual_hub_connection` ([#5951](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5951)) IMPROVEMENTS: -* Data Source: * `azurerm_logic_app_workflow` - expose computed field: `endpoint_configuration` [GH-5862] -* `azurerm_application_gateway` - support for key vault SSL certificate via the `key_value_secret_id` property [GH-4366] -* `azurerm_function_app` - support for configuring `daily_memory_time_quota` [GH-6100] -* `azurerm_logic_app_workflow` - expose computed field: `endpoint_configuration` [GH-5862] -* `azurerm_linux_virtual_machine_scale_set` - support for `scale_in_policy` and `terminate_notification` [GH-5391] -* `azurerm_sql_database` - support for the `extended_auditing_policy` property [GH-5049] -* `azurerm_windows_virtual_machine_scale_set` - support for `scale_in_policy` and `terminate_notification` [GH-5391] +* Data Source: * `azurerm_logic_app_workflow` - expose computed field: `endpoint_configuration` ([#5862](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5862)) +* `azurerm_application_gateway` - support for key vault SSL certificate via the `key_value_secret_id` property ([#4366](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4366)) +* `azurerm_function_app` - support for configuring `daily_memory_time_quota` ([#6100](https://github.com/terraform-providers/terraform-provider-azurerm/issues/6100)) +* `azurerm_logic_app_workflow` - expose computed field: `endpoint_configuration` ([#5862](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5862)) +* `azurerm_linux_virtual_machine_scale_set` - support for `scale_in_policy` and `terminate_notification` ([#5391](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5391)) +* `azurerm_sql_database` - support for the `extended_auditing_policy` property ([#5049](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5049)) +* `azurerm_windows_virtual_machine_scale_set` - support for `scale_in_policy` and `terminate_notification` ([#5391](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5391)) BUG FIXES: -* Data Source: `azurerm_iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint [GH-6108] -* `azurerm_function_app` - Add `WEBSITE_CONTENT` & `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` for premium plans [GH-5761] -* `azurerm_iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint [GH-6108] -* `azurerm_linux_virtual_machine` - updating the validation for `name` to allow periods [GH-5966] -* `azurerm_linux_virtual_machine_scale_set` - updating the validation for `name` to allow periods [GH-5966] -* `azurerm_storage_management_policy` - Fixed the use of single blob rule actions [GH-5803] +* Data Source: `azurerm_iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint ([#6108](https://github.com/terraform-providers/terraform-provider-azurerm/issues/6108)) +* `azurerm_function_app` - Add `WEBSITE_CONTENT` & `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` for premium plans ([#5761](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5761)) +* `azurerm_iothub_dps_shared_access_policy` - building the `primary_connection_string` and `secondary_connection_string` from the Service endpoint rather than the Devices endpoint ([#6108](https://github.com/terraform-providers/terraform-provider-azurerm/issues/6108)) +* `azurerm_linux_virtual_machine` - updating the validation for `name` to allow periods ([#5966](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5966)) +* `azurerm_linux_virtual_machine_scale_set` - updating the validation for `name` to allow periods ([#5966](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5966)) +* `azurerm_storage_management_policy` - Fixed the use of single blob rule actions ([#5803](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5803)) ## 2.1.0 (March 11, 2020)