-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Update and add readme.nodejs.md files with latest generator arguments #2788
Conversation
``` | ||
|
||
``` yaml $(nodejs) && $(tag) == 'package-catalog' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beyond the output-folder changing to source-code-folder-path, is this a style change or a correctness change to add the additional yaml blocks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lmazuel showed me to do it this way when I configured the Java Swagger To SDK readme files and I feel like it's a little easier to read (style change). I'm not sure if one way is more correct than the other.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this particular scenario, I feel both are fine.
However, for multi-api versionning, we want to have ONE "batch" at the beginning of the file to explain what ApiVersions are shipped by all SDKs. Then, this batch will have to be a list of tags.
Automation for azure-sdk-for-pythonThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
@@ -6,6 +6,11 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f | |||
``` yaml $(nodejs) | |||
nodejs: | |||
package-name: azure-cognitiveservices-entitysearch | |||
output-folder: $(node-sdks-folder)/lib/services/entitySearch/lib | |||
package-version: 1.0.0-preview | |||
output-folder: $(node-sdks-folder)/lib/services/entitySearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automation for azure-libraries-for-javaThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
Automation for azure-sdk-for-nodeThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get the NodeJS specific details, but in terms of configuration looks good.
I think this looks good. I'm going to merge it. |
Automation for azure-sdk-for-goThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger