Skip to content

Commit

Permalink
Add TypeScript readme for Serial Console (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpajdzik authored Apr 30, 2019
1 parent 64562e7 commit 45ecd86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions specification/serialconsole/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
```

## C#
Expand Down
12 changes: 12 additions & 0 deletions specification/serialconsole/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 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-serialconsole"
output-folder: "$(typescript-sdks-folder)/sdk/serialconsole/arm-serialconsole"
generate-metadata: true
```

0 comments on commit 45ecd86

Please sign in to comment.