From f35a3102b6c54aa1a46730976d5e727ecc2781dc Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 7 May 2020 18:19:38 +0000 Subject: [PATCH] Generated from 7513465279f4e8b897a9c582336033b185ee848e Fix the format of shareUsageBytes to show larger file share size --- services/storage/mgmt/2019-04-01/storage/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage/mgmt/2019-04-01/storage/version.go b/services/storage/mgmt/2019-04-01/storage/version.go index 5f4c3ec9ddfd..b22e8dfbddfa 100644 --- a/services/storage/mgmt/2019-04-01/storage/version.go +++ b/services/storage/mgmt/2019-04-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/2019-04-01" + return "Azure-SDK-For-Go/" + Version() + " storage/2019-04-01" } // Version returns the semantic version (see http://semver.org) of the client.