Skip to content

Commit

Permalink
Generated from faa8f71aa05aaed68631716cc9ef24451d760b3e (#5465)
Browse files Browse the repository at this point in the history
remove redundent schema reference
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Aug 16, 2019
1 parent d80bdb9 commit cb1c89c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
10 changes: 0 additions & 10 deletions profiles/latest/cognitiveservices/qnamaker/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ const (
ValidationFailure ErrorCodeType = original.ValidationFailure
)

type KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentType

const (
KnowledgebaseEnvironmentTypeProd KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeProd
KnowledgebaseEnvironmentTypeTest KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeTest
)

type OperationStateType = original.OperationStateType

const (
Expand Down Expand Up @@ -135,9 +128,6 @@ func PossibleEnvironmentTypeValues() []EnvironmentType {
func PossibleErrorCodeTypeValues() []ErrorCodeType {
return original.PossibleErrorCodeTypeValues()
}
func PossibleKnowledgebaseEnvironmentTypeValues() []KnowledgebaseEnvironmentType {
return original.PossibleKnowledgebaseEnvironmentTypeValues()
}
func PossibleOperationStateTypeValues() []OperationStateType {
return original.PossibleOperationStateTypeValues()
}
Expand Down
10 changes: 0 additions & 10 deletions profiles/preview/cognitiveservices/qnamaker/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ const (
ValidationFailure ErrorCodeType = original.ValidationFailure
)

type KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentType

const (
KnowledgebaseEnvironmentTypeProd KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeProd
KnowledgebaseEnvironmentTypeTest KnowledgebaseEnvironmentType = original.KnowledgebaseEnvironmentTypeTest
)

type OperationStateType = original.OperationStateType

const (
Expand Down Expand Up @@ -135,9 +128,6 @@ func PossibleEnvironmentTypeValues() []EnvironmentType {
func PossibleErrorCodeTypeValues() []ErrorCodeType {
return original.PossibleErrorCodeTypeValues()
}
func PossibleKnowledgebaseEnvironmentTypeValues() []KnowledgebaseEnvironmentType {
return original.PossibleKnowledgebaseEnvironmentTypeValues()
}
func PossibleOperationStateTypeValues() []OperationStateType {
return original.PossibleOperationStateTypeValues()
}
Expand Down
15 changes: 0 additions & 15 deletions services/cognitiveservices/v4.0/qnamaker/models.go

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

0 comments on commit cb1c89c

Please sign in to comment.