Skip to content

Commit

Permalink
Merge 34d8b6d into b8691fb
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 committed Apr 28, 2024
2 parents b8691fb + 34d8b6d commit d03d585
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/guestconfiguration/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ openapi-type: arm
tag: package-2022-01-25
```

``` yaml !$(csharp)
modelerfour:
flatten-models: false
```

### Tag: package-2022-01-25

These settings apply only when `--tag=package-2022-01-25` is specified on the command line.
Expand Down Expand Up @@ -133,6 +138,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-python
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-cli-extensions
- repo: azure-resource-manager-schemas
- repo: azure-powershell
Expand All @@ -142,6 +148,10 @@ swagger-to-sdk:

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

## TypeScript

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

## C#

These settings apply only when `--csharp` is specified on the command line.
Expand Down
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-guestconfiguration"
output-folder: "$(typescript-sdks-folder)/sdk/guestconfiguration/arm-guestconfiguration"
generate-metadata: true
```

0 comments on commit d03d585

Please sign in to comment.