-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
Using this issue to describe the changes, but will spin-off individual issues for each:
topshould now behave liketop. We will expose atopparameter mapped to the servicetopparameter.maxpagesizeadded to the pageable methods. We should map ourresults_per_pagekwarg to this- New filters for list jobs and list all documents - query by ids, status, created start/end time
orderByparameter added. Currently onlyCreatedDateTimeUtc asc / descsupported. This might take some design work.- Format for glossary is now required (need to remove the convenience method) [translation] remove convenience input for translation glossary #17552
- Error code is now required
- DocumentStatusDetail.path is optional, sourcePath is required (we need to add source_path to our DocumentStatusResult)
- defaultVersion added to FileFormat
For beta 1 we will:
- Not expose
top/results_per_pageorskipyet. We don't want the behavior to change on users once the fixes are deployed. - Since the sourcePath is already deployed, we will expose that on the DocumentStatusResult (tracked in [translation] add source_document_url to DocumentStatusResult #17288)
- Expose the updated error behavior (already deployed) (tracked in [translation] account for nonstandard LRO status strings #17344)
- defaultVersion added to FileFormat
Reactions are currently unavailable