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

disable model flatten for service Azure Large Instance&HDInsight Container #27613

Merged
merged 5 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Java

These settings apply only when `--java` is specified on the command line.

``` yaml $(java)
client-flattened-annotation-target: disabled
```
5 changes: 5 additions & 0 deletions specification/azurelargeinstance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ openapi-type: arm
tag: package-2023-07-20-preview
```

``` yaml
modelerfour:
flatten-models: false
```

### Tag: package-2023-07-20-preview

These settings apply only when `--tag=package-2023-07-20-preview` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(python)
title: LargeInstanceMgmtClient
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-azurelargeinstance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ azure-arm: true
tag: package-preview-2023-11
```

``` yaml
modelerfour:
flatten-models: false
```

### Suppression


Expand Down