Skip to content

Commit

Permalink
Update/Fix tsc package name (#24061)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith111 authored May 19, 2023
1 parent d27233c commit 2455fb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
```yaml $(typescript)
typescript:
azure-arm: true
package-name: "baremetalinfrastructure"
output-folder: "$(typescript-sdks-folder)/packages/baremetalinfrastructure"
package-name: "@azure/arm-baremetalinfrastructure"
output-folder: "$(typescript-sdks-folder)/sdk/baremetalinfrastructure/arm-baremetalinfrastructure"
payload-flattening-threshold: 1
generate-metadata: true
```

0 comments on commit 2455fb2

Please sign in to comment.