Skip to content

Commit

Permalink
typescript.md-update (#16863)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Nov 26, 2021
1 parent 5e95bfc commit 37d6907
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 37d6907

Please sign in to comment.