Skip to content

Commit 4ee9f31

Browse files
ChenTanyiweidongxu-microsoft
authored andcommitted
Peering: update java readme (#7329)
1 parent 8703e76 commit 4ee9f31

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

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

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@ These settings apply only when `--java` is specified on the command line.
44
Please 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+
```

0 commit comments

Comments
 (0)