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] update machine learning compute portion of the machine learning services swagger #2761

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 @@ -33,6 +33,7 @@ const (
ComputeTypeAKS ComputeType = original.ComputeTypeAKS
ComputeTypeBatchAI ComputeType = original.ComputeTypeBatchAI
ComputeTypeDataFactory ComputeType = original.ComputeTypeDataFactory
ComputeTypeHDInsight ComputeType = original.ComputeTypeHDInsight
ComputeTypeVirtualMachine ComputeType = original.ComputeTypeVirtualMachine
)

Expand All @@ -43,6 +44,7 @@ const (
ComputeTypeBatchAI1 ComputeTypeBasicCompute = original.ComputeTypeBatchAI1
ComputeTypeCompute ComputeTypeBasicCompute = original.ComputeTypeCompute
ComputeTypeDataFactory1 ComputeTypeBasicCompute = original.ComputeTypeDataFactory1
ComputeTypeHDInsight1 ComputeTypeBasicCompute = original.ComputeTypeHDInsight1
ComputeTypeVirtualMachine1 ComputeTypeBasicCompute = original.ComputeTypeVirtualMachine1
)

Expand Down Expand Up @@ -93,10 +95,13 @@ type ComputeSecretsModel = original.ComputeSecretsModel
type DataFactory = original.DataFactory
type ErrorDetail = original.ErrorDetail
type ErrorResponse = original.ErrorResponse
type HDInsight = original.HDInsight
type HDInsightProperties = original.HDInsightProperties
type Identity = original.Identity
type ListWorkspaceKeysResult = original.ListWorkspaceKeysResult
type MachineLearningComputeCreateOrUpdateFuture = original.MachineLearningComputeCreateOrUpdateFuture
type MachineLearningComputeDeleteFuture = original.MachineLearningComputeDeleteFuture
type MachineLearningComputeSystemUpdateFuture = original.MachineLearningComputeSystemUpdateFuture
type MachineLearningServiceError = original.MachineLearningServiceError
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
Expand Down
Loading