From f5eb99abbd8f323e12101bba3256aef03117934b Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Mon, 25 May 2020 01:50:39 +0000 Subject: [PATCH] Generated from 5ea0864622ac9158c3426a4457abef55a5238051 Add New ApiVersion 2020-03-01 --- services/storagesync/mgmt/2018-04-02/storagesync/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storagesync/mgmt/2018-04-02/storagesync/version.go b/services/storagesync/mgmt/2018-04-02/storagesync/version.go index 3c8bf775c41e..c118283f4c13 100644 --- a/services/storagesync/mgmt/2018-04-02/storagesync/version.go +++ b/services/storagesync/mgmt/2018-04-02/storagesync/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 + " storagesync/2018-04-02" + return "Azure-SDK-For-Go/" + Version() + " storagesync/2018-04-02" } // Version returns the semantic version (see http://semver.org) of the client.