diff --git a/services/storage/mgmt/2016-05-01/storage/version.go b/services/storage/mgmt/2016-05-01/storage/version.go index 7fed372710ff..f7a83e2dc381 100644 --- a/services/storage/mgmt/2016-05-01/storage/version.go +++ b/services/storage/mgmt/2016-05-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-05-01" + return "Azure-SDK-For-Go/" + Version() + " storage/2016-05-01" } // Version returns the semantic version (see http://semver.org) of the client.