Skip to content
Closed
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-recoveryservicesbac
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2016-08
- tag: package-2019-06
```

### Tag: package-2019-06 and java

These settings apply only when `--tag=package-2019-06 --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-2019-06' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.recoveryservices.backup.v2019_06_15
output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.backup/mgmt-v2019_06_15
regenerate-manager: true
generate-interface: true
```

### Tag: package-2016-08 and java
Expand Down