Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@timotheeguerin
Copy link
Member

No description provided.

@azure-pipelines
Copy link

You may test this build by running autorest --reset and then either:


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/y7y7q5yn For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/y82hz72g For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/y7y7q5yn --use:https://tinyurl.com/y82hz72g

or 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",
Copy link
Member

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?

Copy link
Member

@lmazuel lmazuel left a 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

@azure-pipelines
Copy link

You may test this build by running autorest --reset and then either:


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/y9beg55a For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/yd8yjcop For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/y9beg55a --use:https://tinyurl.com/yd8yjcop

or 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants