Skip to content

Commit

Permalink
mgmt compute update readme.java.md (#12753)
Browse files Browse the repository at this point in the history
  • Loading branch information
xseeseesee authored Mar 8, 2021
1 parent 65dd3a4 commit 3023c3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/compute/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-compute
```yaml $(java) && $(multiapi)
batch:
- tag: package-2020-10-01-preview
- tag: package-2020-06-01
- tag: package-2019-07
- tag: package-disks-2018-04
Expand All @@ -24,6 +25,19 @@ batch:
- tag: package-compute-2017-03
```
### Tag: package-2020-10-01-preview and java
These settings apply only when `--tag=package-2020-10-01-preview --java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2020-10-01-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.compute.v2020_10_01_preview
output-folder: $(azure-libraries-for-java-folder)/sdk/compute/mgmt-v2020_10_01_preview
regenerate-manager: true
generate-interface: true
```

### Tag: package-2020-06-01 and java

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

0 comments on commit 3023c3c

Please sign in to comment.