Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] batch/data-plane #2492

Merged
merged 2 commits into from
Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions profiles/preview/batch/batch/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package batch

import original "github.com/Azure/azure-sdk-for-go/services/batch/2018-03-01.6.1/batch"
import original "github.com/Azure/azure-sdk-for-go/services/batch/2018-08-01.7.0/batch"

type AccountClient = original.AccountClient
type ApplicationClient = original.ApplicationClient
Expand Down Expand Up @@ -321,13 +321,6 @@ const (
TaskAddStatusSuccess TaskAddStatus = original.TaskAddStatusSuccess
)

type TaskCountValidationStatus = original.TaskCountValidationStatus

const (
Unvalidated TaskCountValidationStatus = original.Unvalidated
Validated TaskCountValidationStatus = original.Validated
)

type TaskExecutionResult = original.TaskExecutionResult

const (
Expand Down Expand Up @@ -437,6 +430,7 @@ type MultiInstanceSettings = original.MultiInstanceSettings
type NameValuePair = original.NameValuePair
type NetworkConfiguration = original.NetworkConfiguration
type NetworkSecurityGroupRule = original.NetworkSecurityGroupRule
type NodeAgentInformation = original.NodeAgentInformation
type NodeAgentSku = original.NodeAgentSku
type NodeCounts = original.NodeCounts
type NodeDisableSchedulingParameter = original.NodeDisableSchedulingParameter
Expand Down Expand Up @@ -663,9 +657,6 @@ func PossibleSubtaskStateValues() []SubtaskState {
func PossibleTaskAddStatusValues() []TaskAddStatus {
return original.PossibleTaskAddStatusValues()
}
func PossibleTaskCountValidationStatusValues() []TaskCountValidationStatus {
return original.PossibleTaskCountValidationStatusValues()
}
func PossibleTaskExecutionResultValues() []TaskExecutionResult {
return original.PossibleTaskExecutionResultValues()
}
Expand Down
312 changes: 312 additions & 0 deletions services/batch/2018-08-01.7.0/batch/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading