File tree Expand file tree Collapse file tree 1 file changed +26
-7
lines changed
specification/peering/resource-manager Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,30 @@ These settings apply only when `--java` is specified on the command line.
44Please also specify ` --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone> ` .
55
66``` yaml $(java)
7- java :
8- azure-arm : true
9- fluent : true
10- namespace : com.microsoft.azure.management.peering
11- license-header : MICROSOFT_MIT_NO_CODEGEN
12- payload-flattening-threshold : 1
13- output-folder : $(azure-libraries-for-java-folder)/azure-mgmt-peering
7+ azure-arm : true
8+ fluent : true
9+ namespace : com.microsoft.azure.management.peering
10+ license-header : MICROSOFT_MIT_NO_CODEGEN
11+ payload-flattening-threshold : 1
12+ output-folder : $(azure-libraries-for-java-folder)/azure-mgmt-peering
13+ ` ` `
14+
15+ ### Java multi-api
16+
17+ ` ` ` yaml $(java) && $(multiapi)
18+ batch :
19+ - tag : package-2019-08-01-preview
1420` ` `
21+
22+ ### Tag: package-2019-08-01-preview and java
23+
24+ These settings apply only when ` --tag=package-2019-08-01-preview --java` is specified on the command line.
25+ Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-2019-08-01-preview' && $(java) && $(multiapi)
28+ java:
29+ namespace: com.microsoft.azure.management.peering.v2019_08_01_preview
30+ output-folder: $(azure-libraries-for-java-folder)/peering/resource-manager/v2019_08_01_preview
31+ regenerate-manager: true
32+ generate-interface: true
33+ ` ` `
You can’t perform that action at this time.
0 commit comments