File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
specification/riskiq/resource-manager Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ This is not used by Autorest itself.
5858swagger-to-sdk:
5959 - repo: azure-sdk-for-python-track2
6060 - repo: azure-sdk-for-java
61+ - repo: azure-sdk-for-js
6162` ` `
6263
6364# # Python
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+ title : EasmMgmtClient
8+ typescript :
9+ azure-arm : true
10+ package-name : " @azure/arm-defendereasm"
11+ output-folder : " $(typescript-sdks-folder)/sdk/defendereasm/arm-defendereasm"
12+ generate-metadata : true
13+ ` ` `
You can’t perform that action at this time.
0 commit comments