diff --git a/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go b/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go index e8cab4e169bc..5261b517f29b 100644 --- a/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/version.go +++ b/services/preview/appconfiguration/mgmt/2019-02-01-preview/appconfiguration/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 + " appconfiguration/2019-02-01-preview" + return "Azure-SDK-For-Go/" + Version() + " appconfiguration/2019-02-01-preview" } // Version returns the semantic version (see http://semver.org) of the client.