Conversation
clean up parameters section; get rid of emitter-out-dir; introduce service-dir and package-dir to be used by emitter and tools to figure out the sdk project directory.
|
Hi, @raych1 Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. vscswagger@microsoft.com |
Swagger Validation Report
|
Swagger Generation Artifacts
|
Generated ApiView
|
Member
|
I like this change but lets please try to get the sdk automation working before merging. |
weshaggard
reviewed
May 11, 2023
specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml
Outdated
Show resolved
Hide resolved
weshaggard
reviewed
May 11, 2023
specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml
Outdated
Show resolved
Hide resolved
weshaggard
reviewed
May 11, 2023
|
Hi, @raych1. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove |
weidongxu-microsoft
approved these changes
Jun 14, 2023
specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml
Outdated
Show resolved
Hide resolved
msyyc
approved these changes
Jun 14, 2023
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Jun 14, 2023
Closed
Remove addition spaces and unnecessary keys for JS emitter options.
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
dotnet sdk generation fails due to known issue of project scaffolding. Michael is working on the support in csharp emitter. |
This was referenced Jun 15, 2023
harryli0108
pushed a commit
to harryli0108/azure-rest-api-specs
that referenced
this pull request
Jul 28, 2023
* Update tspconfig.yaml clean up parameters section; get rid of emitter-out-dir; introduce service-dir and package-dir to be used by emitter and tools to figure out the sdk project directory. * Update tspconfig.yaml * Update tspconfig.yaml * Update tspconfig.yaml Remove addition spaces and unnecessary keys for JS emitter options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The purpose is to have each language emitter to use the same config value in this file for code generation. Language emitters have the knowledge of the code generation path under sdk project directory base on the sdk project template.
emitter-out-dirservice-dirandpackage-dirto be used by emitter and tools to compute the sdk project directoryadditionalDirectoriesto parameters section