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] cognitiveservices/data-plane/QnAMaker #5513

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