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