Skip to content

Commit

Permalink
update typescript.md in resource (#25406)
Browse files Browse the repository at this point in the history
* update typescript.md in resource

* update
  • Loading branch information
kazrael2119 authored Aug 28, 2023
1 parent 84d7b8f commit 48a17e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/resources/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ batch:
- package-templatespecs: true
- package-subscriptions: true
- package-changes: true
- package-deploymentstacks: true
```
```yaml $(typescript) && $(package-features) && !$(profile-content)
Expand All @@ -26,6 +27,12 @@ typescript:
output-folder: "$(typescript-sdks-folder)/sdk/features/arm-features"
```
```yaml $(typescript) && $(package-deploymentstacks) && !$(profile-content)
typescript:
package-name: "@azure/arm-resourcesdeploymentstacks"
output-folder: "$(typescript-sdks-folder)/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks"
```
```yaml $(typescript) && $(package-locks) && !$(profile-content)
typescript:
package-name: "@azure/arm-locks"
Expand Down

0 comments on commit 48a17e1

Please sign in to comment.