File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ directive:
26
26
27
27
` ` ` yaml $(java) && $(multiapi)
28
28
batch :
29
+ - tag : package-2020-06
29
30
- tag : package-2020-05
30
31
- tag : package-2020-04
31
32
- tag : package-2020-03
@@ -37,6 +38,19 @@ batch:
37
38
- tag : package-2019-02
38
39
` ` `
39
40
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
+
40
54
# ## Tag: package-2020-05 and java
41
55
42
56
These settings apply only when `--tag=package-2020-05 --java` is specified on the command line.
You can’t perform that action at this time.
0 commit comments