From 2410824fc9bd5b25a8519a15ba65f41364199b0b Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Fri, 19 Jun 2015 11:39:50 -0500 Subject: [PATCH] provider/azure: Fix SQL client name to match upstream name was changed in https://github.com/Azure/azure-sdk-for-go/commit/4f4636621e7b3a1cd83c7521d8cef9a56c68fdf7 --- builtin/providers/azure/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/azure/config.go b/builtin/providers/azure/config.go index 52c69d40cba0..8e0e378dfd1b 100644 --- a/builtin/providers/azure/config.go +++ b/builtin/providers/azure/config.go @@ -37,7 +37,7 @@ type Client struct { osImageClient osimage.OSImageClient - sqlClient sql.SqlDatabaseClient + sqlClient sql.SQLDatabaseClient storageServiceClient storageservice.StorageServiceClient