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] machinelearningservices/resource-manager #5601

Merged
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
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