Skip to content

Commit 807dc03

Browse files
authored
feat: update java readme with version and directive (#8834)
1 parent 09d0f1f commit 807dc03

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-apimanagement
1616
1717
``` yaml $(java) && $(multiapi)
1818
batch:
19+
- tag: package-2019-12
1920
- tag: package-2019-01
2021
- tag: package-2018-06-preview
2122
- tag: package-2018-01
@@ -24,6 +25,19 @@ batch:
2425
- tag: package-2016-07
2526
```
2627
28+
### Tag: package-2019-12 and java
29+
30+
These settings apply only when `--tag=package-2019-12 --java` is specified on the command line.
31+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
32+
33+
``` yaml $(tag) == 'package-2019-12' && $(java) && $(multiapi)
34+
java:
35+
namespace: com.microsoft.azure.management.apimanagement.v2019_12_01
36+
output-folder: $(azure-libraries-for-java-folder)/sdk/apimanagement/mgmt-v2019_12_01
37+
regenerate-manager: true
38+
generate-interface: true
39+
```
40+
2741
### Tag: package-2019-01 and java
2842

2943
These settings apply only when `--tag=package-2019-01 --java` is specified on the command line.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ payload-flattening-threshold: 1
1212
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-containerregistry
1313
```
1414
15+
These settings apply only when `--multiapi` is not specified on the command line.
16+
17+
``` yaml $(java) && !$(multiapi)
18+
directive:
19+
- rename-model:
20+
from: DockerBuildStep
21+
to: DockerTaskStep
22+
```
23+
1524
### Java multi-api
1625

1726
``` yaml $(java) && $(multiapi)

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-recoveryservicesbac
1818
``` yaml $(java) && $(multiapi)
1919
batch:
2020
- tag: package-2016-08
21+
- tag: package-2020-02
22+
directive:
23+
- rename-operation:
24+
from: Operations_List
25+
to: Operation_List
26+
```
27+
28+
### Tag: package-2020-02 and java
29+
30+
These settings apply only when `--tag=package-2020-02 --java` is specified on the command line.
31+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
32+
33+
``` yaml $(tag) == 'package-2020-02' && $(java) && $(multiapi)
34+
java:
35+
namespace: com.microsoft.azure.management.recoveryservices.backup.v2020_02_02
36+
output-folder: $(azure-libraries-for-java-folder)/sdk/recoveryservices.backup/mgmt-v2020_02_02
37+
regenerate-manager: true
38+
generate-interface: true
2139
```
2240

2341
### Tag: package-2016-08 and java

0 commit comments

Comments
 (0)