-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Renamed TranslationFilter and DocumentFilter to Get[Translation/Document]StatusesOptions #23336
Conversation
sdk/translation/Azure.AI.Translation.Document/src/GetDocumentStatusesOptions.cs
Show resolved
Hide resolved
I agree with your decision. Let's leave those types as is |
Without the customized model, the generated filter is already internal. So I removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on main before merging. There are a lot of unrelated changes riding along that we should remove.
e15ba97
to
c2ce34f
Compare
Done! Apologies. |
[Hub Generated] Review request for Microsoft.Insights to add version preview/2023-03-01-preview (Azure#23336) * Adds base for updating preview from version 2018-09-01-preview/examples to version 2023-03-01-preview * Updates readme * Updates API version in new specs and examples * Add metricsbatch swagger * Convert dataplane swagger to openapi 2.0 * Fix response type * Update response schema * Lint fixes * Unexpected token fix * Prettier * PR comments * Comments * Add resourceid to custom words * More PR comments * Fix model * PR comment * Small fix to example request * Address feedback from review * Update custom words * Small fix * Change descriptions for localizable string * Add missing description * More feedback changes * Small grammar fixes * Update endpoint name * Update interval description --------- Co-authored-by: gulopesd <73562152+gulopesd@users.noreply.github.com>
TranslationFilter --> GetTranslationStatusesOptions
DocumentFilter --> GetDocumentStatusesOptions
as per #23088
Should we also change TranslationFilterOrder and TranslationFilterProperty? (DocumentFilter.. as well)
TranslationFilterOrder --> GetTranslationStatusesOptionsOrder seems a bit long and confusing in my opinion, but leaving them as is might also be a bit confusing. What do you think?