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.
51
51
swagger-to-sdk:
52
52
- repo: azure-sdk-for-go
53
53
- repo: azure-sdk-for-python-track2
54
+ - repo: azure-sdk-for-js
54
55
` ` `
55
56
56
57
# # Python
@@ -64,3 +65,7 @@ See configuration in [readme.go.md](./readme.go.md)
64
65
# # Java
65
66
66
67
See 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