diff --git a/services/automation/mgmt/2015-10-31/automation/jobschedule.go b/services/automation/mgmt/2015-10-31/automation/jobschedule.go index 02866fdea827..78fd95ae7562 100644 --- a/services/automation/mgmt/2015-10-31/automation/jobschedule.go +++ b/services/automation/mgmt/2015-10-31/automation/jobschedule.go @@ -19,13 +19,12 @@ package automation import ( "context" - "net/http" - "github.com/Azure/go-autorest/autorest" "github.com/Azure/go-autorest/autorest/azure" "github.com/Azure/go-autorest/autorest/validation" "github.com/Azure/go-autorest/tracing" "github.com/satori/go.uuid" + "net/http" ) // JobScheduleClient is the automation Client diff --git a/services/automation/mgmt/2015-10-31/automation/version.go b/services/automation/mgmt/2015-10-31/automation/version.go index 0ccdb64cda5b..df5771ee5aa0 100644 --- a/services/automation/mgmt/2015-10-31/automation/version.go +++ b/services/automation/mgmt/2015-10-31/automation/version.go @@ -19,12 +19,12 @@ package automation // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { - return "Azure-SDK-For-Go/1.0.0 automation/2015-10-31" + return "Azure-SDK-For-Go/1.0.1 automation/2015-10-31" } // Version returns the semantic version (see http://semver.org) of the client. func Version() string { - return "1.0.0" + return "1.0.1" } -// tag: services/automation/mgmt/2015-10-31/automation/v1.0.0 +// tag: services/automation/mgmt/2015-10-31/automation/v1.0.1