File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
specification/resources/resource-manager Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 16
16
- package-links : true
17
17
- package-managedapplications : true
18
18
- package-templatespecs : true
19
+ - package-subscriptions : true
19
20
` ` `
20
21
21
22
` ` ` yaml $(typescript) && $(package-features) && !$(profile-content)
@@ -67,6 +68,13 @@ typescript:
67
68
clear-output-folder : true
68
69
` ` `
69
70
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
+
70
78
` ` ` yaml $(tag)=='package-resources-2018-05' && $(profile-content)=='profile-hybrid-2019-03-01'
71
79
typescript :
72
80
azure-arm : true
You can’t perform that action at this time.
0 commit comments