Skip to content

Commit 0abf5a4

Browse files
authored
update-typescript.md-for-resources (#15671)
* update-typescript.md-for-resources * update
1 parent 15d6343 commit 0abf5a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ batch:
1616
- package-links: true
1717
- package-managedapplications: true
1818
- package-templatespecs: true
19+
- package-subscriptions: true
1920
```
2021
2122
```yaml $(typescript) && $(package-features) && !$(profile-content)
@@ -67,6 +68,13 @@ typescript:
6768
clear-output-folder: true
6869
```
6970
71+
```yaml $(typescript) && $(package-subscriptions) && !$(profile-content)
72+
typescript:
73+
package-name: "@azure/arm-resources-subscriptions"
74+
output-folder: "$(typescript-sdks-folder)/sdk/resources-subscriptions/arm-resources-subscriptions"
75+
clear-output-folder: true
76+
```
77+
7078
```yaml $(tag)=='package-resources-2018-05' && $(profile-content)=='profile-hybrid-2019-03-01'
7179
typescript:
7280
azure-arm: true

0 commit comments

Comments
 (0)