We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c9b5a commit 06479e8Copy full SHA for 06479e8
specification/solutions/resource-manager/readme.typescript.md
@@ -3,17 +3,10 @@
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) && !$(profile)
+```yaml $(typescript)
7
typescript:
8
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:
17
package-name: "@azure/arm-managedapplications"
18
output-folder: "$(typescript-sdks-folder)/sdk/managedapplications/arm-managedapplications"
+ generate-metadata: true
19
```
0 commit comments