Skip to content

Commit

Permalink
update java read me (#11269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenTanyi authored Oct 19, 2020
1 parent 70192ee commit 9dfdc98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/healthcareapis/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,25 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-healthcareapis
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2020-03-30
- tag: package-2020-03
- tag: package-2019-09
- tag: package-2018-08-preview
```
### Tag: package-2020-03-30 and java
These settings apply only when `--tag=package-2020-03-30 --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-2020-03-30' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.healthcareapis.v2020_03_30
output-folder: $(azure-libraries-for-java-folder)/sdk/healthcareapis/mgmt-v2020_03_30
regenerate-manager: true
generate-interface: true
```

### Tag: package-2020-03 and java

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

0 comments on commit 9dfdc98

Please sign in to comment.