From b9774b25361b17072ce677ac587ba6cb49871d3b Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 18 Mar 2019 23:06:39 -0700 Subject: [PATCH] Update CHANGELOG.md to include #3071 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c843a62028..5453a77d9571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * `azurerm_app_service` - support for migrating between App Service Plans [GH-3048] * `azurerm_app_service` - support for additional types for the `scm_type` field in the `site_config` block [GH-3019] * `azurerm_app_service_slot` - support for additional types for the `scm_type` field in the `site_config` block [GH-3019] +* `azurerm_batch_account` - now exports the `primary_access_key`, `secondary_access_key`, and `account_endpoint` properties [GH-3071] * `azurerm_container_group` - support for attaching GPU's [GH-3053] * `azurerm_function_app` - exporting `possible_outbound_ip_addresses` [GH-3043] * `azurerm_eventhub_namespace` - increase maximum `capacity` to 100 [GH-3049]