Skip to content

Commit

Permalink
Generated from eba446e8ea9c1b86b27e58bf5195038892f0989f (#2472) (#2492)
Browse files Browse the repository at this point in the history
Update the new API
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Aug 21, 2018
1 parent 5fd7f0c commit 51f6de1
Show file tree
Hide file tree
Showing 13 changed files with 13,222 additions and 11 deletions.
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

0 comments on commit 51f6de1

Please sign in to comment.