File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed
devopsinfrastructure/resource-manager Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ openapi-subtype: providerHub
30
30
tag : package-preview-2024-04
31
31
` ` `
32
32
33
+ ` ` ` yaml
34
+ modelerfour :
35
+ flatten-models : false
36
+ ` ` `
33
37
34
38
### Tag: package-preview-2024-04
35
39
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ These settings apply only when `--python` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
6
6
``` yaml $(python)
7
+ title : DevOpsInfrastructureMgmtClient
7
8
azure-arm : true
8
9
license-header : MICROSOFT_MIT_NO_VERSION
9
10
package-name : azure-mgmt-devopsinfrastructure
Original file line number Diff line number Diff line change
1
+ ## Java
2
+
3
+ These settings apply only when ` --java ` is specified on the command line.
4
+
5
+ ``` yaml $(java)
6
+ client-flattened-annotation-target : disabled
7
+ ` ` `
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ openapi-subtype: rpaas
30
30
tag : package-2023-09-01-preview
31
31
` ` `
32
32
33
+ ` ` ` yaml
34
+ modelerfour :
35
+ flatten-models : false
36
+ ` ` `
37
+
33
38
### Tag: package-2023-09-01-preview
34
39
35
40
These settings apply only when ` --tag=package-2023-09-01-preview` is specified on the command line.
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ These settings apply only when `--typescript` is specified on the command line.
4
4
Please also specify ` --typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone> ` .
5
5
6
6
``` yaml $(typescript)
7
+ title : OracleDatabaseManagementClient
7
8
typescript :
8
9
azure-arm : true
9
- package-name : " @azure/arm-Oracle.Database "
10
- output-folder : " $(typescript-sdks-folder)/sdk/Oracle.Database /arm-Oracle.Database "
10
+ package-name : " @azure/arm-oracledatabase "
11
+ output-folder : " $(typescript-sdks-folder)/sdk/oracledatabase /arm-oracledatabase "
11
12
payload-flattening-threshold : 1
12
13
clear-output-folder : true
13
14
generate-metadata : true
You can’t perform that action at this time.
0 commit comments