From 3504b39381693af676ea1b40aed02329f595bb63 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Sat, 9 May 2020 11:26:36 +0000 Subject: [PATCH] Generated from f871619371635cd5061a53ae70dedda00c2ba1ab Added x-ms-nextLink --- services/storage/mgmt/2016-12-01/storage/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage/mgmt/2016-12-01/storage/version.go b/services/storage/mgmt/2016-12-01/storage/version.go index ab76d66ef9ea..a0829d36a888 100644 --- a/services/storage/mgmt/2016-12-01/storage/version.go +++ b/services/storage/mgmt/2016-12-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/2016-12-01" + return "Azure-SDK-For-Go/" + Version() + " storage/2016-12-01" } // Version returns the semantic version (see http://semver.org) of the client.