Skip to content

Commit

Permalink
Generated from a9e6716031821eff25f2cbb422960fa56742c0e9 (#5586)
Browse files Browse the repository at this point in the history
Merge branch 'master' into akpati/ssh-property-change
  • Loading branch information
AutorestCI authored Aug 23, 2019
1 parent e09cfc6 commit 56a3076
Show file tree
Hide file tree
Showing 13 changed files with 4,657 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package machinelearningservicesapi

import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-05-01/machinelearningservices/machinelearningservicesapi"
import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-06-01/machinelearningservices/machinelearningservicesapi"

type MachineLearningComputeClientAPI = original.MachineLearningComputeClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package machinelearningservices
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-05-01/machinelearningservices"
original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-06-01/machinelearningservices"
)

const (
Expand Down Expand Up @@ -77,6 +77,17 @@ const (
ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine ComputeTypeBasicComputeSecrets = original.ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine
)

type NodeState = original.NodeState

const (
Idle NodeState = original.Idle
Leaving NodeState = original.Leaving
Preempted NodeState = original.Preempted
Preparing NodeState = original.Preparing
Running NodeState = original.Running
Unusable NodeState = original.Unusable
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -89,6 +100,14 @@ const (
Updating ProvisioningState = original.Updating
)

type RemoteLoginPortPublicAccess = original.RemoteLoginPortPublicAccess

const (
Disabled RemoteLoginPortPublicAccess = original.Disabled
Enabled RemoteLoginPortPublicAccess = original.Enabled
NotSpecified RemoteLoginPortPublicAccess = original.NotSpecified
)

type ResourceIdentityType = original.ResourceIdentityType

const (
Expand All @@ -98,8 +117,8 @@ const (
type Status = original.Status

const (
Disabled Status = original.Disabled
Enabled Status = original.Enabled
StatusDisabled Status = original.StatusDisabled
StatusEnabled Status = original.StatusEnabled
)

type UnderlyingResourceAction = original.UnderlyingResourceAction
Expand Down Expand Up @@ -266,9 +285,15 @@ func PossibleComputeTypeBasicComputeValues() []ComputeTypeBasicCompute {
func PossibleComputeTypeValues() []ComputeType {
return original.PossibleComputeTypeValues()
}
func PossibleNodeStateValues() []NodeState {
return original.PossibleNodeStateValues()
}
func PossibleProvisioningStateValues() []ProvisioningState {
return original.PossibleProvisioningStateValues()
}
func PossibleRemoteLoginPortPublicAccessValues() []RemoteLoginPortPublicAccess {
return original.PossibleRemoteLoginPortPublicAccessValues()
}
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package machinelearningservicesapi

import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-05-01/machinelearningservices/machinelearningservicesapi"
import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-06-01/machinelearningservices/machinelearningservicesapi"

type MachineLearningComputeClientAPI = original.MachineLearningComputeClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package machinelearningservices
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-05-01/machinelearningservices"
original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2019-06-01/machinelearningservices"
)

const (
Expand Down Expand Up @@ -77,6 +77,17 @@ const (
ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine ComputeTypeBasicComputeSecrets = original.ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine
)

type NodeState = original.NodeState

const (
Idle NodeState = original.Idle
Leaving NodeState = original.Leaving
Preempted NodeState = original.Preempted
Preparing NodeState = original.Preparing
Running NodeState = original.Running
Unusable NodeState = original.Unusable
)

type ProvisioningState = original.ProvisioningState

const (
Expand All @@ -89,6 +100,14 @@ const (
Updating ProvisioningState = original.Updating
)

type RemoteLoginPortPublicAccess = original.RemoteLoginPortPublicAccess

const (
Disabled RemoteLoginPortPublicAccess = original.Disabled
Enabled RemoteLoginPortPublicAccess = original.Enabled
NotSpecified RemoteLoginPortPublicAccess = original.NotSpecified
)

type ResourceIdentityType = original.ResourceIdentityType

const (
Expand All @@ -98,8 +117,8 @@ const (
type Status = original.Status

const (
Disabled Status = original.Disabled
Enabled Status = original.Enabled
StatusDisabled Status = original.StatusDisabled
StatusEnabled Status = original.StatusEnabled
)

type UnderlyingResourceAction = original.UnderlyingResourceAction
Expand Down Expand Up @@ -266,9 +285,15 @@ func PossibleComputeTypeBasicComputeValues() []ComputeTypeBasicCompute {
func PossibleComputeTypeValues() []ComputeType {
return original.PossibleComputeTypeValues()
}
func PossibleNodeStateValues() []NodeState {
return original.PossibleNodeStateValues()
}
func PossibleProvisioningStateValues() []ProvisioningState {
return original.PossibleProvisioningStateValues()
}
func PossibleRemoteLoginPortPublicAccessValues() []RemoteLoginPortPublicAccess {
return original.PossibleRemoteLoginPortPublicAccessValues()
}
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
Expand Down

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

Loading

0 comments on commit 56a3076

Please sign in to comment.