Skip to content

Commit

Permalink
add typescript.md for maintenance (#25106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Aug 28, 2023
1 parent 48a17e1 commit d1ab965
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/maintenance/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 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:
azure-arm: true
package-name: "@azure/arm-maintenance"
output-folder: "$(typescript-sdks-folder)/sdk/maintenance/arm-maintenance"
generate-metadata: true
```

0 comments on commit d1ab965

Please sign in to comment.