Skip to content

Commit 06479e8

Browse files
authored
update typescript.md (#25679)
1 parent 24c9b5a commit 06479e8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

specification/solutions/resource-manager/readme.typescript.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6-
```yaml $(typescript) && !$(profile)
6+
```yaml $(typescript)
77
typescript:
88
azure-arm: true
9-
batch: true
10-
generate-metadata: true
11-
batch:
12-
- package-managedapplications: true
13-
```
14-
15-
```yaml $(typescript) && $(package-managedapplications) && !$(profile)
16-
typescript:
179
package-name: "@azure/arm-managedapplications"
1810
output-folder: "$(typescript-sdks-folder)/sdk/managedapplications/arm-managedapplications"
11+
generate-metadata: true
1912
```

0 commit comments

Comments
 (0)