Skip to content

Commit

Permalink
Generated from b8420a388d27fe9089e179f0d9b6bd126f43ad60 (#2761)
Browse files Browse the repository at this point in the history
remote wrong readOnly
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Sep 20, 2018
1 parent 39f7db1 commit b3982e3
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 64 deletions.
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

0 comments on commit b3982e3

Please sign in to comment.