Skip to content

Commit

Permalink
Add readme.md for typescript sdk generation (Azure#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarajang authored and 00Kai0 committed Oct 12, 2020
1 parent 471a8e8 commit 31b9d5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions specification/datashare/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-datashare"
output-folder: "$(typescript-sdks-folder)/sdk/datashare/arm-datashare"
clear-output-folder: true
generate-metadata: true
```

0 comments on commit 31b9d5d

Please sign in to comment.