Skip to content

Commit

Permalink
disable model flatten for service Azure Large Instance&HDInsight Cont…
Browse files Browse the repository at this point in the history
…ainer (Azure#27613)

* disable-flatten

* Create readme.java.md

* Create readme.java.md

* Update readme.java.md

* update typescript.md

---------

Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: kazrael2119 <[email protected]>
  • Loading branch information
4 people authored and ericasp16 committed Feb 15, 2024
1 parent 393de9b commit 8de58f4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Java

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

``` yaml $(java)
title: LargeInstanceMgmtClient
service-name: Large Instance
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 @@ -4,6 +4,7 @@ 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)
title: LargeInstanceManagementClient
typescript:
azure-arm: true
package-name: "@azure/arm-azurelargeinstance"
Expand Down
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
```
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

0 comments on commit 8de58f4

Please sign in to comment.