-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Enabling the creation of JavaScript SDK for the Communication resource manager #11114
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ## TypeScript | ||
|
|
||
| These settings apply only when `--typescript` is specified on the command line. | ||
| Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-js clone>`. | ||
|
|
||
| ``` yaml $(typescript) | ||
| typescript: | ||
| azure-arm: true | ||
| package-name: "@azure/arm-communication" | ||
| output-folder: "$(typescript-sdks-folder)/sdk/communication/arm-communication" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just found that the folder https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication is not empty, Are those the communication data-plane SDKs? #Resolved
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct. Those are the data-plane SDKs. #Resolved |
||
| clear-output-folder: true | ||
| generate-metadata: true | ||
| ``` | ||
Uh oh!
There was an error while loading. Please reload this page.
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.
JS SDK doesn't have after scripts, you should remove the after scripts or put it right after the repo that needs it. #Resolved
Uh oh!
There was an error while loading. Please reload this page.
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.
Good catch. That after_script is not needed. I'll remove it. #Resolved