File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
specification/developerhub/resource-manager Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ This is not used by Autorest itself.
5151swagger-to-sdk:
5252 - repo: azure-sdk-for-go
5353 - repo: azure-sdk-for-python-track2
54+ - repo: azure-sdk-for-js
5455` ` `
5556
5657# # Python
@@ -64,3 +65,7 @@ See configuration in [readme.go.md](./readme.go.md)
6465# # Java
6566
6667See configuration in [readme.java.md](./readme.java.md)
68+
69+ # # TypeScript
70+
71+ See configuration in [readme.typescript.md](./readme.typescript.md)
Original file line number Diff line number Diff line change 1+ ## TypeScript
2+
3+ These settings apply only when ` --typescript ` is specified on the command line.
4+ Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
5+
6+ ``` yaml $(typescript)
7+ typescript :
8+ azure-arm : true
9+ package-name : " @azure/arm-devhub"
10+ output-folder : " $(typescript-sdks-folder)/sdk/developerhub/arm-devhub"
11+ generate-metadata : true
12+ ` ` `
You can’t perform that action at this time.
0 commit comments