Skip to content

Commit

Permalink
typescript.md-update (Azure#16863)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored and LeiWang3 committed Mar 31, 2022
1 parent 61d26ae commit f17483d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

### Rename OS
```yaml
modelerfour:
naming:
override:
OS: $DO_NOT_NORMALIZE$OS
```
``` yaml $(typescript)
input-file:
- Microsoft.ContainerRegistry/stable/2021-09-01/containerregistry.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
typescript:
azure-arm: true
package-name: "@azure/arm-webpubsub"
output-folder: "$(typescript-sdks-folder)/sdk/webpubsub/arm-webpubsub"
output-folder: "$(typescript-sdks-folder)/sdk/web-pubsub/arm-webpubsub"
clear-output-folder: true
generate-metadata: true
```

0 comments on commit f17483d

Please sign in to comment.