From 02f172303dc42e97c003de558f892c47e55dd99f Mon Sep 17 00:00:00 2001 From: Jochen Rauschenbusch Date: Wed, 8 Jul 2020 10:42:03 +0200 Subject: [PATCH] go mod vendor --- .../hashicorp/go-azure-helpers/authentication/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/github.com/hashicorp/go-azure-helpers/authentication/config.go b/vendor/github.com/hashicorp/go-azure-helpers/authentication/config.go index 20eb61adc2f8b..b446468c74d4f 100644 --- a/vendor/github.com/hashicorp/go-azure-helpers/authentication/config.go +++ b/vendor/github.com/hashicorp/go-azure-helpers/authentication/config.go @@ -14,6 +14,7 @@ import ( // new Azure management client. type Config struct { ClientID string + ClientSecret string SubscriptionID string TenantID string AuxiliaryTenantIDs []string