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 8036a01 commit 1b57763Copy full SHA for 1b57763
specification/resources/resource-manager/readme.typescript.md
@@ -15,6 +15,7 @@ batch:
15
- package-policy: true
16
- package-links: true
17
- package-managedapplications: true
18
+ - package-templatespecs: true
19
```
20
21
```yaml $(typescript) && $(package-features) && !$(profile-content)
@@ -59,6 +60,13 @@ typescript:
59
60
clear-output-folder: true
61
62
63
+```yaml $(typescript) && $(package-templatespecs) && !$(profile-content)
64
+typescript:
65
+ package-name: "@azure/arm-templatespecs"
66
+ output-folder: "$(typescript-sdks-folder)/sdk/templatespecs/arm-templatespecs"
67
+ clear-output-folder: true
68
+```
69
+
70
```yaml $(tag)=='package-resources-2018-05' && $(profile-content)=='profile-hybrid-2019-03-01'
71
typescript:
72
azure-arm: true
0 commit comments