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

Support the request and response union body in rlc #1935

Merged
merged 9 commits into from
Jul 26, 2023
Merged

Conversation

MaryGao
Copy link
Contributor

@MaryGao MaryGao commented Jul 25, 2023

fixes #1926

@MaryGao MaryGao changed the title Fix union issue Support the request and response union body in rlc Jul 25, 2023
@@ -57,4 +57,5 @@ export interface CreateJobDefaultResponse extends HttpResponse {
/** The final response for long-running createJob operation */
export interface CreateJobLogicalResponse extends HttpResponse {
status: "200";
body: TrialMatcherResultOutput;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the lro logical reponse body missing issue.

@MaryGao MaryGao marked this pull request as ready for review July 26, 2023 01:29
@MaryGao MaryGao merged commit 374668a into main Jul 26, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Union type of body
2 participants