Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add typescript.md and disable flatten for guestconfiguration #28832

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```