From 52c3af5dbcf345494f5e693723edee3b764819b9 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Sat, 6 Apr 2019 08:18:23 +0200 Subject: [PATCH] Updating to include #3184 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915519a01ddd..aa8ab4c15fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ IMPROVEMENTS: * dependencies: updating `github.com/Azure/azure-sdk-for-go` to v26.7.0 [GH-3126] * dependencies: updating `github.com/Azure/go-autorest` to v11.7.0 [GH-3126] * dependencies: upgrading `github.com/hashicorp/terraform` to `44702fa6c163` [GH-3181] +* Data Source: `azurerm_subnet` - exposing the `service_endpoint` field [GH-3184] * `azurerm_redis_cache` - support for setting `aof_backup_enabled`, `aof_storage_connection_string_0` and `aof_storage_connection_string_1` [GH-3155] * `azurerm_virtual_network_gateway` - support for the `VpnGw1AZ`, `VpnGw2AZ`, and `VpnGw3AZ` SKU's [GH-3171]