File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
specification/containerservice/resource-manager Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,20 @@ description: "Container Service Client"
1616
1717` ` ` yaml $(java) && $(multiapi)
1818batch :
19- - tag : package-2019-04-only
20- - tag : package-2017-09-only
21- - tag : package-2017-08-only
22- - tag : package-2017-07
19+ - tag : package-2019-06
20+ ` ` `
21+
22+ ### Tag: package-2019-06 and java
23+
24+ These settings apply only when ` --tag=package-2019-06` is specified on the command line.
25+ Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-2019-06' && $(java) && $(multiapi)
28+ java:
29+ namespace: com.microsoft.azure.management.containerservice.v2019_06_01
30+ output-folder: $(azure-libraries-for-java-folder)/containerservice/resource-manager/v2019_06_01
31+ regenerate-manager: true
32+ generate-interface: true
2333` ` `
2434
2535# ## Tag: package-2019-04-only and java
You can’t perform that action at this time.
0 commit comments