Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions specification/devopsinfrastructure/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ openapi-subtype: providerHub
tag: package-preview-2024-04
```

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

### Tag: package-preview-2024-04

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: DevOpsInfrastructureMgmtClient
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-devopsinfrastructure
Expand Down
7 changes: 7 additions & 0 deletions specification/oracle/resource-manager/readme.java.md
Copy link
Member

@weidongxu-microsoft weidongxu-microsoft May 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add it tp java in case they really don't have typespec.

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/oracle/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ openapi-subtype: rpaas
tag: package-2023-09-01-preview
```

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

### Tag: package-2023-09-01-preview

These settings apply only when `--tag=package-2023-09-01-preview` is specified on the command line.
Expand Down