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 JavaScript/TypeScript generation details to resource-manager/netapp #5261

Merged
1 commit merged into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions specification/netapp/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-net
- repo: azure-sdk-for-js
```


Expand All @@ -63,3 +64,7 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
## Python

See configuration in [readme.python.md](./readme.python.md)

## JavaScript/TypeScript

See configuration in [readme.typescript.md](./readme.typescript.md)
13 changes: 13 additions & 0 deletions specification/netapp/resource-manager/readme.typescript.md
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 root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
typescript:
azure-arm: true
package-name: "@azure/arm-netapp"
payload-flattening-threshold: 2
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-netapp"
generate-metadata: true
```