File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
specification/vmware/resource-manager Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Java
2+
3+ These settings apply only when ` --java ` is specified on the command line.
4+ Please also specify ` --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone> ` .
5+
6+ ``` yaml $(java)
7+ java :
8+ azure-arm : true
9+ namespace : com.microsoft.azure.management.avs
10+ override-client-name : AvsClient
11+ license-header : MICROSOFT_MIT_NO_CODEGEN
12+ output-folder : $(azure-libraries-for-java-folder)/azure-mgmt-avs
13+ ` ` `
14+
15+ ### Java multi-api
16+
17+ ` ` ` yaml $(java) && $(multiapi)
18+ batch :
19+ - tag : package-2019-08-09-preview
20+ ` ` `
21+
22+ ### Tag: package-2019-08-09-preview and java
23+
24+ These settings apply only when ` --tag=package-2019-08-09 --java` is specified on the command line.
25+ Please also specify the `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
26+
27+ ` ` ` yaml $(tag) == 'package-2019-08-09-preview' && $(java) && $(multiapi)
28+ java:
29+ namespace: com.microsoft.azure.management.avs.v2019_08_09_preview
30+ output-folder: $(azure-libraries-for-java-folder)/sdk/avs/mgmt-v2019_08_09_preview
31+ regenerate-manager: true
32+ generate-interface: true
33+ ` ` `
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ swagger-to-sdk:
5757 - repo: azure-sdk-for-python
5858 - repo: azure-sdk-for-net
5959 - repo: azure-sdk-for-go
60+ - repo: azure-sdk-for-java
6061` ` `
6162
6263# # TypeScript
@@ -75,6 +76,10 @@ See configuration in [readme.csharp.md](./readme.csharp.md)
7576
7677See configuration in [readme.go.md](./readme.go.md)
7778
79+ # # Java
80+
81+ See configuration in [readme.java.md](./readme.java.md)
82+
7883# # Multi-API/Profile support for AutoRest v3 generators
7984
8085AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
You can’t perform that action at this time.
0 commit comments