Skip to content

Commit

Permalink
Add cognitiveservices\data-plane\CustomVision\Training\readme.typescr…
Browse files Browse the repository at this point in the history
…ipt.md (#4277)

* Add cognitiveservices\data-plane\CustomVision\Training\readme.typescript.md

* Fix output path
  • Loading branch information
kpajdzik authored and Dan Schulte committed Oct 18, 2018
1 parent f121ea1 commit 835770d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
```

Expand Down
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:
package-name: "@azure/cognitiveservices-customvision-training"
output-folder: "$(typescript-sdks-folder)/packages/@azure/cognitiveservices-customvision-training"
override-client-name: TrainingAPIClient
azure-arm: false
generate-metadata: true
```

0 comments on commit 835770d

Please sign in to comment.