Skip to content

Commit

Permalink
add typescript.readme.md for new services (#29985)
Browse files Browse the repository at this point in the history
* add typescript.readme.md for new services

* update
  • Loading branch information
kazrael2119 authored Jul 26, 2024
1 parent def00e9 commit 35cb212
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-resource-manager-schemas
- repo: azure-powershell
- repo: azure-sdk-for-js
```

## Go
Expand All @@ -125,3 +126,8 @@ See configuration in [readme.go.md](./readme.go.md)
## Python

See configuration in [readme.python.md](./readme.python.md)

## TypeScript

See configuration in [readme.typescript.md](./readme.typescript.md)

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## TypeScript

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>`.

``` yaml $(typescript)
typescript:
azure-arm: true
package-name: "@azure/arm-redhatopenshift"
output-folder: "$(typescript-sdks-folder)/sdk/redhatopenshift/arm-redhatopenshift"
generate-metadata: true
```
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-resource-manager-schemas
- repo: azure-powershell
- repo: azure-sdk-for-js
```

## C#
Expand All @@ -317,5 +318,9 @@ csharp:

See configuration in [readme.python.md](./readme.python.md)

## TypeScript

See configuration in [readme.typescript.md](./readme.typescript.md)



Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## TypeScript

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>`.

``` yaml $(typescript)
typescript:
azure-arm: true
package-name: "@azure/arm-servicefabricmanagedclusters"
output-folder: "$(typescript-sdks-folder)/sdk/servicefabricmanagedclusters/arm-servicefabricmanagedclusters"
generate-metadata: true
```

0 comments on commit 35cb212

Please sign in to comment.