Skip to content
18 changes: 16 additions & 2 deletions specification/resources/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package

``` yaml $(java) && $(multiapi)
batch:
- tag: package-2019-06
- tag: package-features-2015-12
- tag: package-locks-2016-09
- tag: package-policy-2019-06
Expand All @@ -36,6 +37,19 @@ batch:
- tag: package-subscriptions-2016-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-folder=<path to the root directory of your azure-libraries-for-java clone>`.

``` yaml $(tag) == 'package-2019-06' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.resources.v2019_06_01
output-folder: $(azure-libraries-for-java-folder)/resources/resource-manager/v2019_06_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-features-2015-12 and java

These settings apply only when `--tag=package-features-2015-12 --java` is specified on the command line.
Expand Down Expand Up @@ -247,7 +261,7 @@ generate-interface: true

### Tag: package-subscriptions-2018-06 and java

These settings apply only when `--tag=package-subscriptions-2018-06--java` is specified on the command line.
These settings apply only when `--tag=package-subscriptions-2018-06 --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 $(tag) == 'package-subscriptions-2018-06' && $(java) && $(multiapi)
Expand All @@ -260,7 +274,7 @@ generate-interface: true

### Tag: package-subscriptions-2016-06 and java

These settings apply only when `--tag=package-subscriptions-2016-06--java` is specified on the command line.
These settings apply only when `--tag=package-subscriptions-2016-06 --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 $(tag) == 'package-subscriptions-2016-06' && $(java) && $(multiapi)
Expand Down