Skip to content

Commit 37d6907

Browse files
authored
typescript.md-update (#16863)
1 parent 5e95bfc commit 37d6907

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

specification/containerregistry/resource-manager/readme.typescript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
These settings apply only when `--typescript` is specified on the command line.
44
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
55

6+
### Rename OS
7+
```yaml
8+
modelerfour:
9+
naming:
10+
override:
11+
OS: $DO_NOT_NORMALIZE$OS
12+
```
13+
614
``` yaml $(typescript)
715
input-file:
816
- Microsoft.ContainerRegistry/stable/2021-09-01/containerregistry.json

specification/webpubsub/resource-manager/readme.typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
77
typescript:
88
azure-arm: true
99
package-name: "@azure/arm-webpubsub"
10-
output-folder: "$(typescript-sdks-folder)/sdk/webpubsub/arm-webpubsub"
10+
output-folder: "$(typescript-sdks-folder)/sdk/web-pubsub/arm-webpubsub"
1111
clear-output-folder: true
1212
generate-metadata: true
1313
```

0 commit comments

Comments
 (0)