-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update LRO related test case #371
base: main
Are you sure you want to change the base?
Conversation
|
||
app.get("/customization/lro/raw/operationResults/1", "GetRawLROResult", (req) => { | ||
return { | ||
status: 202, |
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.
should be 200?
return { | ||
status: 202, |
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.
200?
"headers": { | ||
"Operation-Location": { | ||
"description": "Location to poll for final status: will be set to /customization/lro/{mode}/operationResults/1", | ||
"type": "string" | ||
} | ||
}, |
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.
not sure whether this is required or not, as API is defined as LRO.
Change: