From 16c9261724b2c6bd8856dd71dbf07ac5201162f0 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 13 May 2020 00:22:58 +0000 Subject: [PATCH] Generated from 73d2f4ee7b024cb0c2e4990136ac33302780574a Resovled the conflict and moved PrivateEndpointConnectionListResult into common and updated reference --- services/storage/mgmt/2017-10-01/storage/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage/mgmt/2017-10-01/storage/version.go b/services/storage/mgmt/2017-10-01/storage/version.go index 884a2478f8d8..1d0bf09b3e37 100644 --- a/services/storage/mgmt/2017-10-01/storage/version.go +++ b/services/storage/mgmt/2017-10-01/storage/version.go @@ -21,7 +21,7 @@ import "github.com/Azure/azure-sdk-for-go/version" // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/" + version.Number + " storage/2017-10-01" + return "Azure-SDK-For-Go/" + Version() + " storage/2017-10-01" } // Version returns the semantic version (see http://semver.org) of the client.