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

Add feature to converter #4868

Merged
merged 12 commits into from
Feb 1, 2024
Merged

Add feature to converter #4868

merged 12 commits into from
Feb 1, 2024

Conversation

tadelesh
Copy link
Member

@tadelesh tadelesh commented Jan 23, 2024

  1. support flatten
  2. support custom resource, fix Support self-defined common-type resources #4861
  3. fix doc multi-line issue
  4. fix naming escape issue
  5. fix duration default value problem

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:http://tinyurl.com/yw64gqzb For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/yvuzzqyl For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/yw64gqzb --use:http://tinyurl.com/yvuzzqyl

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

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

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.

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:http://tinyurl.com/ymqy4vgd For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/ymcaeo2t For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/ymqy4vgd --use:http://tinyurl.com/ymcaeo2t

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

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

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.

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:http://tinyurl.com/yruf98l3 For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/yt5kcusl For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/yruf98l3 --use:http://tinyurl.com/yt5kcusl

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

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

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.

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:http://tinyurl.com/yrutqw3u For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/2xb7vtek For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/yrutqw3u --use:http://tinyurl.com/2xb7vtek

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

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

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.

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:http://tinyurl.com/ysmvvny9 For changes to autorest core.
@autorest/modelerfour --use:http://tinyurl.com/ynyodql5 For changes to modelerfour.

Or with all

autorest --version:http://tinyurl.com/ysmvvny9 --use:http://tinyurl.com/ynyodql5

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

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

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.

@tadelesh tadelesh merged commit 1579900 into main Feb 1, 2024
10 checks passed
@tadelesh tadelesh deleted the add-feature-converter branch February 1, 2024 13:46
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.

Support self-defined common-type resources
2 participants