From 5c6e04a4efe39715f1e0bd513663e527a49da6ec Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 21 Nov 2019 13:49:00 -0800 Subject: [PATCH] Update CHANGELOG.md to include #4925 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f06639ae828..b1a204fedc80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ IMPROVEMENTS: * `azurerm_app_service` - support for configuring the minor version of Java [GH-4779] * `azurerm_app_service_slot` - support for `auto_swap_slot_name` [GH-4752] * `azurerm_app_service_slot` - support for configuring the minor version of Java [GH-4779] +* `azurerm_application_insights` - support for the `sampling_percentage` property [GH-4925] * `azurerm_automation_credential` - deprecate `account_name` in favour of `automation_account_name` [GH-4777] * `azurerm_cognitive_service` - support for the kind `LUIS.Authoring` [GH-4888] * `azurerm_eventgrid_domain` - Export `primary_access_key` and `secondary_access_key` [GH-4876]