Skip to content

Commit bd4cdd7

Browse files
authored
update network readme.java.md (#10533)
1 parent 1b40d23 commit bd4cdd7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

specification/network/resource-manager/readme.java.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ directive:
2626
2727
``` yaml $(java) && $(multiapi)
2828
batch:
29+
- tag: package-2020-06
2930
- tag: package-2020-05
3031
- tag: package-2020-04
3132
- tag: package-2020-03
@@ -37,6 +38,19 @@ batch:
3738
- tag: package-2019-02
3839
```
3940
41+
### Tag: package-2020-06 and java
42+
43+
These settings apply only when `--tag=package-2020-06 --java` is specified on the command line.
44+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
45+
46+
``` yaml $(tag) == 'package-2020-06' && $(java) && $(multiapi)
47+
java:
48+
namespace: com.microsoft.azure.management.network.v2020_06_01
49+
output-folder: $(azure-libraries-for-java-folder)/sdk/network/mgmt-v2020_06_01
50+
regenerate-manager: true
51+
generate-interface: true
52+
```
53+
4054
### Tag: package-2020-05 and java
4155

4256
These settings apply only when `--tag=package-2020-05 --java` is specified on the command line.

0 commit comments

Comments
 (0)