Skip to content

Commit

Permalink
add network 18 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenTanyi committed Oct 16, 2020
1 parent 4445376 commit 29f7e88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/network/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ batch:
- tag: package-2019-06
- tag: package-2019-04
- tag: package-2019-02
- tag: package-2018-11
```
### Tag: package-2020-06 and java
Expand Down Expand Up @@ -184,6 +185,19 @@ java:
generate-interface: true
```

### Tag: package-2018-11 and java

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

### Tag: package-2018-08 and java

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

0 comments on commit 29f7e88

Please sign in to comment.