Skip to content

Commit

Permalink
Add cognitiveservices\data-plane\CustomVision\Prediction\readme.types…
Browse files Browse the repository at this point in the history
…cript.md (#4275)

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

* Fix output path
  • Loading branch information
kpajdzik authored and Dan Schulte committed Oct 18, 2018
1 parent 0c4f738 commit f121ea1
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 @@ -43,6 +43,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-prediction"
output-folder: "$(typescript-sdks-folder)/packages/@azure/cognitiveservices-customvision-prediction"
override-client-name: PredictionAPIClient
azure-arm: false
generate-metadata: true
```

0 comments on commit f121ea1

Please sign in to comment.