|
1 | 1 | ## Java |
2 | 2 |
|
3 | 3 | These settings apply only when `--java` is specified on the command line. |
4 | | -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. |
5 | 4 |
|
6 | 5 | ``` yaml $(java) |
7 | | -azure-arm: true |
8 | | -fluent: true |
9 | | -namespace: com.microsoft.azure.management.postgresql |
10 | | -license-header: MICROSOFT_MIT_NO_CODEGEN |
11 | | -payload-flattening-threshold: 1 |
12 | | -tag: package-2020-01-01 |
13 | | -output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-postgresql |
14 | | -``` |
15 | | -
|
16 | | -### Java multi-api |
17 | | -
|
18 | | -``` yaml $(java) && $(multiapi) |
19 | | -batch: |
20 | | - - tag: package-2017-12-01-preview |
21 | | - - tag: package-2017-12-01 |
22 | | -``` |
23 | | -
|
24 | | -### Tag: package-2017-12-01-preview and java |
25 | | -
|
26 | | -These settings apply only when `--tag=package-2017-12-01-preview --java` is specified on the command line. |
27 | | -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
28 | | - |
29 | | -``` yaml $(tag) == 'package-2017-12-01-preview' && $(java) && $(multiapi) |
30 | | -java: |
31 | | - namespace: com.microsoft.azure.management.postgresql.v2017_12_01_preview |
32 | | - output-folder: $(azure-libraries-for-java-folder)/sdk/postgresql/mgmt-v2017_12_01_preview |
33 | | -regenerate-manager: true |
34 | | -generate-interface: true |
35 | | -``` |
36 | | - |
37 | | -### Tag: package-2017-12-01 and java |
38 | | - |
39 | | -These settings apply only when `--tag=package-2017-12-01 --java` is specified on the command line. |
40 | | -Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`. |
41 | | - |
42 | | -``` yaml $(tag) == 'package-2017-12-01' && $(java) && $(multiapi) |
43 | | -java: |
44 | | - namespace: com.microsoft.azure.management.postgresql.v2017_12_01 |
45 | | - output-folder: $(azure-libraries-for-java-folder)/sdk/postgresql/mgmt-v2017_12_01 |
46 | | -regenerate-manager: true |
47 | | -generate-interface: true |
48 | | -``` |
| 6 | +generate-async-methods: true |
| 7 | +``` |
0 commit comments