Skip to content

Commit

Permalink
Add notificationhubs/resource-manager/readme.typescript.md (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpajdzik committed Oct 12, 2018
1 parent 781a4a3 commit f8e8c85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions specification/notificationhubs/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
Expand Down
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-notificationhubs"
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-notificationhubs"
generate-metadata: true
```

0 comments on commit f8e8c85

Please sign in to comment.