Skip to content

Commit

Permalink
update typescript.md (#25679)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Sep 25, 2023
1 parent 24c9b5a commit 06479e8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions specification/solutions/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
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) && !$(profile)
```yaml $(typescript)
typescript:
azure-arm: true
batch: true
generate-metadata: true
batch:
- package-managedapplications: true
```
```yaml $(typescript) && $(package-managedapplications) && !$(profile)
typescript:
package-name: "@azure/arm-managedapplications"
output-folder: "$(typescript-sdks-folder)/sdk/managedapplications/arm-managedapplications"
generate-metadata: true
```

0 comments on commit 06479e8

Please sign in to comment.