Skip to content

Commit

Permalink
ContainerInstance: update readme.java.md (#12926)
Browse files Browse the repository at this point in the history
  • Loading branch information
xseeseesee authored Feb 10, 2021
1 parent 49ff16b commit 55a3696
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/containerinstance/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-containerinstance
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2020-11
- tag: package-2019-12
- tag: package-2018-10
- tag: package-2018-04
Expand All @@ -25,6 +26,19 @@ batch:
- tag: package-2017-08-preview
```
### Tag: package-2020-11 and java
These settings apply only when `--tag=package-2020-11 --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-11' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.containerinstance.v2020_11_01
output-folder: $(azure-libraries-for-java-folder)/sdk/containerinstance/mgmt-v2020_11_01
regenerate-manager: true
generate-interface: true
```

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

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

0 comments on commit 55a3696

Please sign in to comment.