-
Notifications
You must be signed in to change notification settings - Fork 739
Add operation-location to final-state-via options #4404
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
Conversation
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/y7y7q5yn --use:https://tinyurl.com/y82hz72gor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/y7y7q5yn"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/y82hz72g"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
| "type": "object", | ||
| "properties": { | ||
| "final-state-via": { | ||
| "description": "How to determine the final state of the operation. Possible Values:\n- `azure-async-operation` - poll until terminal state, the final response will be available at the uri pointed to by the header `Azure-AsyncOperation`\n- `location` - poll until terminal state, the final response will be available at the uri pointed to by the header `Location`\n- `original-uri` - poll until terminal state, the final response will be available via GET at the original resource URI. Very common for PUT operations", |
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 we update the desccription too?
lmazuel
left a comment
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.
We may want to update the description
|
You may test this build by running Add the following CLI flags
Or with all autorest --version:https://tinyurl.com/y9beg55a --use:https://tinyurl.com/yd8yjcopor use the following in your autorest configuration: # For changes to autorest core
version: "https://tinyurl.com/y9beg55a"
# For changes to modelerfour
use-extension:
"@autorest/modelerfour": "https://tinyurl.com/yd8yjcop"If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it. |
No description provided.