Can Autorest generate code that supports multiple versions? #4428
Answered
by
timotheeguerin
v-kaifazhang
asked this question in
Q&A
-
I want to use Autorest to generate Csharp code. Every time a feature is updated, the generated code only supports the current version of the function, so can Autorest support multiple versions of the function of the code? |
Beta Was this translation helpful? Give feedback.
Answered by
timotheeguerin
Mar 9, 2022
Replies: 1 comment
-
There isn't a good way right now to have multiple version generated at once. You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timotheeguerin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't a good way right now to have multiple version generated at once. You can use the
batch
config to do multiple client generation side by side.