Skip to content

Commit

Permalink
Add JavaScript/TypeScript generation details to resource-manager/neta…
Browse files Browse the repository at this point in the history
…pp (#5261)
  • Loading branch information
Dan Schulte authored Feb 25, 2019
1 parent a628a43 commit dbfe24f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
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
```

0 comments on commit dbfe24f

Please sign in to comment.