autorest icon indicating copy to clipboard operation
autorest copied to clipboard

migrate @projectedName to @encodedName

Open tadelesh opened this issue 1 year ago • 3 comments

resolve: #4884

tadelesh avatar Feb 19 '24 02:02 tadelesh

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


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:http://tinyurl.com/293udtsx For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/239szp3q For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/293udtsx --use:http://tinyurl.com/239szp3q

or use the following in your autorest configuration:
# For changes to autorest core
version: "http://tinyurl.com/293udtsx"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "http://tinyurl.com/239szp3q"

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.

azure-pipelines[bot] avatar Feb 19 '24 06:02 azure-pipelines[bot]

part of: https://github.com/Azure/typespec-azure/issues/266

tadelesh avatar Feb 19 '24 07:02 tadelesh

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


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:http://tinyurl.com/2d88wf6u For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/27apvgsr For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/2d88wf6u --use:http://tinyurl.com/27apvgsr

or use the following in your autorest configuration:
# For changes to autorest core
version: "http://tinyurl.com/2d88wf6u"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "http://tinyurl.com/27apvgsr"

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.

azure-pipelines[bot] avatar Feb 19 '24 10:02 azure-pipelines[bot]