Skip to content

Commit

Permalink
add resources 19 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenTanyi committed Oct 16, 2020
1 parent 8941ee9 commit 4445376
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/resources/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ batch:
- tag: package-policy-2018-03
- tag: package-policy-2016-12
- tag: package-resources-2020-06
- tag: package-resources-2019-10
- tag: package-resources-2019-08
- tag: package-resources-2019-07
- tag: package-resources-2019-0510
Expand Down Expand Up @@ -235,6 +236,19 @@ regenerate-manager: true
generate-interface: true
```

### Tag: package-resources-2019-10 and java

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

### Tag: package-resources-2019-08 and java

These settings apply only when `--tag=package-resources-2019-08 --java` is specified on the command line.
Expand Down

0 comments on commit 4445376

Please sign in to comment.