diff --git a/services/storage/mgmt/2015-06-15/storage/version.go b/services/storage/mgmt/2015-06-15/storage/version.go index 71345577e34c..9aa588c91021 100644 --- a/services/storage/mgmt/2015-06-15/storage/version.go +++ b/services/storage/mgmt/2015-06-15/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/2015-06-15" + return "Azure-SDK-For-Go/" + Version() + " storage/2015-06-15" } // Version returns the semantic version (see http://semver.org) of the client.