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/TextAnalytics] updated model names in preview version to be consistent with stable version to avoid breaking changes in client side code #3144

Closed
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
8 changes: 4 additions & 4 deletions profiles/preview/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2
type BaseClient = original.BaseClient
type BatchInput = original.BatchInput
type DetectedLanguage = original.DetectedLanguage
type EntitiesBatchResultItemV2dot1 = original.EntitiesBatchResultItemV2dot1
type EntitiesBatchResultV2dot1 = original.EntitiesBatchResultV2dot1
type EntityRecordV2dot1 = original.EntityRecordV2dot1
type EntitiesBatchResult = original.EntitiesBatchResult
type EntitiesBatchResultItem = original.EntitiesBatchResultItem
type EntityRecord = original.EntityRecord
type ErrorRecord = original.ErrorRecord
type ErrorResponse = original.ErrorResponse
type Input = original.Input
Expand All @@ -35,7 +35,7 @@ type KeyPhraseBatchResult = original.KeyPhraseBatchResult
type KeyPhraseBatchResultItem = original.KeyPhraseBatchResultItem
type LanguageBatchResult = original.LanguageBatchResult
type LanguageBatchResultItem = original.LanguageBatchResultItem
type MatchRecordV2dot1 = original.MatchRecordV2dot1
type MatchRecord = original.MatchRecord
type MultiLanguageBatchInput = original.MultiLanguageBatchInput
type MultiLanguageInput = original.MultiLanguageInput
type SentimentBatchResult = original.SentimentBatchResult
Expand Down
4 changes: 2 additions & 2 deletions services/cognitiveservices/v2.1/textanalytics/client.go

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

30 changes: 15 additions & 15 deletions services/cognitiveservices/v2.1/textanalytics/models.go

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