Skip to content

Commit

Permalink
update-typescript.md-for-resources (#15671)
Browse files Browse the repository at this point in the history
* update-typescript.md-for-resources

* update
  • Loading branch information
colawwj authored Aug 23, 2021
1 parent 15d6343 commit 0abf5a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/resources/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ batch:
- package-links: true
- package-managedapplications: true
- package-templatespecs: true
- package-subscriptions: true
```
```yaml $(typescript) && $(package-features) && !$(profile-content)
Expand Down Expand Up @@ -67,6 +68,13 @@ typescript:
clear-output-folder: true
```
```yaml $(typescript) && $(package-subscriptions) && !$(profile-content)
typescript:
package-name: "@azure/arm-resources-subscriptions"
output-folder: "$(typescript-sdks-folder)/sdk/resources-subscriptions/arm-resources-subscriptions"
clear-output-folder: true
```
```yaml $(tag)=='package-resources-2018-05' && $(profile-content)=='profile-hybrid-2019-03-01'
typescript:
azure-arm: true
Expand Down

0 comments on commit 0abf5a4

Please sign in to comment.