diff --git a/services/kusto/mgmt/2019-01-21/kusto/version.go b/services/kusto/mgmt/2019-01-21/kusto/version.go index 0e05131b60c7..083651e85dd0 100644 --- a/services/kusto/mgmt/2019-01-21/kusto/version.go +++ b/services/kusto/mgmt/2019-01-21/kusto/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 + " kusto/2019-01-21" + return "Azure-SDK-For-Go/" + Version() + " kusto/2019-01-21" } // Version returns the semantic version (see http://semver.org) of the client.