-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bba638
commit 1ccb9d2
Showing
1 changed file
with
3 additions
and
42 deletions.
There are no files selected for viewing
45 changes: 3 additions & 42 deletions
45
specification/recoveryservicessiterecovery/resource-manager/readme.java.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,8 @@ | ||
## Java | ||
|
||
These settings apply only when `--java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`. | ||
|
||
``` yaml $(java) | ||
azure-arm: true | ||
fluent: true | ||
namespace: com.microsoft.azure.management.recoveryservices.siterecovery | ||
license-header: MICROSOFT_MIT_NO_CODEGEN | ||
payload-flattening-threshold: 1 | ||
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-recoveryservices.siterecovery | ||
``` | ||
### Java multi-api | ||
``` yaml $(java) && $(multiapi) | ||
batch: | ||
- tag: package-2018-01 | ||
- tag: package-2016-08 | ||
``` | ||
### Tag: package-2018-01 and java | ||
These settings apply only when `--tag=package-2018-01--java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-01' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.recoveryservices.siterecovery.v2018_01_10 | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.siterecovery/mgmt-v2018_01_10 | ||
regenerate-manager: true | ||
generate-interface: true | ||
``` | ||
|
||
### Tag: package-2016-08 and java | ||
|
||
These settings apply only when `--tag=package-2016-08 --java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2016-08' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.recoveryservices.siterecovery.v2016_08_10 | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.siterecovery/mgmt-v2016_08_10 | ||
regenerate-manager: true | ||
generate-interface: true | ||
``` | ||
rename-operation-group: ReplicationStorageClassificationMappings:StorageClassificationMappings,ReplicationStorageClassifications:StorageClassifications | ||
rename-model: UpdateApplianceForReplicationProtectedItemProviderSpecificInput:UpdateReplicationProtectedItemProviderSpecificInput | ||
``` |