InAccountRestore changes#4
Merged
ddhamotharan merged 1 commit intocosmos-db-Microsoft.DocumentDB-2022-11-15-previewfrom Nov 29, 2022
Merged
Conversation
283e131
into
cosmos-db-Microsoft.DocumentDB-2022-11-15-preview
rsharm7
pushed a commit
that referenced
this pull request
Aug 2, 2023
…ew (Azure#22990) * health insights cadl + generated openapi spec * fix PR Comments * change country to countryOrRegion * split to multiple cadl projects * update cadl-project.yaml files * update example with generic contact details * update samples with generic contacts * convert cadl to typespec * update generated openapi spec * convert cadl to typespec (#4) * convert cadl to typespec * update generated openapi spec * move ClinicalNoteEvidence to common modules * remove redundant imports * fix typespec dependencies * remove dependencies from main.tsp * using rest * move imports from service.tsp to its caller * fix comment - directive error * remove imports from service.tsp
rsharm7
pushed a commit
that referenced
this pull request
Jul 18, 2024
* Add following operations: - Liveness Session - Person Directory - Person Group - Face List - Face Operations * Restructure and rename operations Omit unreachable types * Change PD to non-LRO * Update example, doc, data decorator and unnecessary sharedRoute * Use union to represent extensible enum Add suppressions Add default value for models Fix age type Rename model in sdk Refine examples and train headers Add uuid type, groupId type and name min length Use our own operation state Change liveness operation to enum Refine group id pattern Use array for csv fields Separate request and response model for collection Flatten interface Flatten parameter for more interface * Mark detect as internal for customization * Add liveness audit response schema * Update documents (add and fix description format and add examples) Co-authored-by: Shawn Lin <Shao.Lin@microsoft.com> * Move path to host template * Move suppression to config Fix format and suppress response code failure Fix breaking changes Switch endpoint to uri Refine liveness session model Move away from standard operation to use our own error code * Set liveness with verify session as internal * Remove 4xx examples for now with some document updates (#4) * Update detection document * Update 4xx examples * Update example parameter and response * Several doc fix for PD * Differenct recognition descriptions for different data structure * Fix bullet points in note and update some PD doc * Update liveness doc * Remove 4xx examples for now to pass validation --------- Co-authored-by: Shawn Lin <Shao.Lin@microsoft.com> Co-authored-by: Shawn Lin <shaoli@microsoft.com> * Add verify image response in create session * Rename API operation name (#5) * Change document to new operation names * Rename * More renaming --------- Co-authored-by: Shawn Lin <Shao.Lin@microsoft.com> Co-authored-by: Shawn Lin <shaoli@microsoft.com> * Refine verify image header description * Add partial update for java * Use shared route for DPG LRO Use original LRO for PD person and face creation * Use resource decorator instead of specify resource in LRO response * Change name for patch to optional * Correct operation status name Correct DPG example * Rename operation status model * Correct operation result example * Add gated attribute * Fix validation * Force public model for internal detect * Correct update DPG model * Disable detect from url convenientAPI for java * Rename dpg write * Fix comment * Rename id and remove customized uuid * Correct access level of landmark and attribute * Correct more models' access * Collect client customization into client.tsp * Correct verify pd parameter type * Correct type * Reorder detect parameters * Rename session model * Refine description for return reco model * Remove detection convenient API * Add link of error code and message (#6) Co-authored-by: Shawn Lin <Shao.Lin@microsoft.com> * Fix validation * Remove unnecessary model * Rename model * Remove redundant line --------- Co-authored-by: Han Chiang <hachiang@microsoft.com> Co-authored-by: shaoli-msft <165001074+shaoli-msft@users.noreply.github.com> Co-authored-by: Shawn Lin <Shao.Lin@microsoft.com> Co-authored-by: Shawn Lin <shaoli@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Choose a PR Template
Swagger changes for Tables/Gremlin API support of InAccount Restore feature