Skip to content

Commit 351c859

Browse files
authored
generate-async-methods for postgresqlflexibleserver (#23598)
1 parent 975b6ed commit 351c859

File tree

1 file changed

+2
-43
lines changed

1 file changed

+2
-43
lines changed
Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,7 @@
11
## Java
22

33
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>`.
54

65
``` yaml $(java)
7-
azure-arm: true
8-
fluent: true
9-
namespace: com.microsoft.azure.management.postgresql
10-
license-header: MICROSOFT_MIT_NO_CODEGEN
11-
payload-flattening-threshold: 1
12-
tag: package-2020-01-01
13-
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-postgresql
14-
```
15-
16-
### Java multi-api
17-
18-
``` yaml $(java) && $(multiapi)
19-
batch:
20-
- tag: package-2017-12-01-preview
21-
- tag: package-2017-12-01
22-
```
23-
24-
### Tag: package-2017-12-01-preview and java
25-
26-
These settings apply only when `--tag=package-2017-12-01-preview --java` is specified on the command line.
27-
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
28-
29-
``` yaml $(tag) == 'package-2017-12-01-preview' && $(java) && $(multiapi)
30-
java:
31-
namespace: com.microsoft.azure.management.postgresql.v2017_12_01_preview
32-
output-folder: $(azure-libraries-for-java-folder)/sdk/postgresql/mgmt-v2017_12_01_preview
33-
regenerate-manager: true
34-
generate-interface: true
35-
```
36-
37-
### Tag: package-2017-12-01 and java
38-
39-
These settings apply only when `--tag=package-2017-12-01 --java` is specified on the command line.
40-
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
41-
42-
``` yaml $(tag) == 'package-2017-12-01' && $(java) && $(multiapi)
43-
java:
44-
namespace: com.microsoft.azure.management.postgresql.v2017_12_01
45-
output-folder: $(azure-libraries-for-java-folder)/sdk/postgresql/mgmt-v2017_12_01
46-
regenerate-manager: true
47-
generate-interface: true
48-
```
6+
generate-async-methods: true
7+
```

0 commit comments

Comments
 (0)