|
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.recoveryservices.siterecovery |
10 | | -license-header: MICROSOFT_MIT_NO_CODEGEN |
11 | | -payload-flattening-threshold: 1 |
12 | | -output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-recoveryservices.siterecovery |
13 | | -``` |
14 | | -
|
15 | | -### Java multi-api |
16 | | -
|
17 | | -``` yaml $(java) && $(multiapi) |
18 | | -batch: |
19 | | - - tag: package-2018-01 |
20 | | - - tag: package-2016-08 |
21 | | -``` |
22 | | -
|
23 | | -### Tag: package-2018-01 and java |
24 | | -
|
25 | | -These settings apply only when `--tag=package-2018-01--java` is specified on the command line. |
26 | | -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
27 | | - |
28 | | -``` yaml $(tag) == 'package-2018-01' && $(java) && $(multiapi) |
29 | | -java: |
30 | | - namespace: com.microsoft.azure.management.recoveryservices.siterecovery.v2018_01_10 |
31 | | - output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.siterecovery/mgmt-v2018_01_10 |
32 | | -regenerate-manager: true |
33 | | -generate-interface: true |
34 | | -``` |
35 | | - |
36 | | -### Tag: package-2016-08 and java |
37 | | - |
38 | | -These settings apply only when `--tag=package-2016-08 --java` is specified on the command line. |
39 | | -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
40 | | - |
41 | | -``` yaml $(tag) == 'package-2016-08' && $(java) && $(multiapi) |
42 | | -java: |
43 | | - namespace: com.microsoft.azure.management.recoveryservices.siterecovery.v2016_08_10 |
44 | | - output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.siterecovery/mgmt-v2016_08_10 |
45 | | -regenerate-manager: true |
46 | | -generate-interface: true |
47 | | -``` |
| 6 | +rename-operation-group: ReplicationStorageClassificationMappings:StorageClassificationMappings,ReplicationStorageClassifications:StorageClassifications |
| 7 | +rename-model: UpdateApplianceForReplicationProtectedItemProviderSpecificInput:UpdateReplicationProtectedItemProviderSpecificInput |
| 8 | +``` |
0 commit comments