File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
containerregistry/resource-manager
webpubsub/resource-manager Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
These settings apply only when ` --typescript ` is specified on the command line.
4
4
Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
5
5
6
+ ### Rename OS
7
+ ``` yaml
8
+ modelerfour :
9
+ naming :
10
+ override :
11
+ OS : $DO_NOT_NORMALIZE$OS
12
+ ` ` `
13
+
6
14
` ` ` yaml $(typescript)
7
15
input-file :
8
16
- Microsoft.ContainerRegistry/stable/2021-09-01/containerregistry.json
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
7
7
typescript :
8
8
azure-arm : true
9
9
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"
11
11
clear-output-folder : true
12
12
generate-metadata : true
13
13
` ` `
You can’t perform that action at this time.
0 commit comments