|
1 | 1 | ## Java
|
2 | 2 |
|
3 | 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 | 4 |
|
6 | 5 | ``` yaml $(java)
|
7 |
| -azure-arm: true |
8 |
| -fluent: true |
9 |
| -namespace: com.microsoft.azure.management.eventgrid |
10 |
| -license-header: MICROSOFT_MIT_NO_CODEGEN |
11 |
| -payload-flattening-threshold: 1 |
12 |
| -output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-eventgrid |
13 |
| -``` |
14 |
| -
|
15 |
| -### Java multi-api |
16 |
| -
|
17 |
| -``` yaml $(java) && $(multiapi) |
18 |
| -batch: |
19 |
| - - tag: package-2023-12-preview |
20 |
| - - tag: package-2023-06-preview |
21 |
| - - tag: package-2022-06 |
22 |
| - - tag: package-2021-10-preview |
23 |
| - - tag: package-2021-12 |
24 |
| - - tag: package-2021-06-preview |
25 |
| - - tag: package-2020-10-preview |
26 |
| - - tag: package-2020-06 |
27 |
| - - tag: package-2020-04-preview |
28 |
| - - tag: package-2020-01-preview |
29 |
| - - tag: package-2019-06 |
30 |
| - - tag: package-2019-02-preview |
31 |
| - - tag: package-2019-01 |
32 |
| - - tag: package-2018-09-preview |
33 |
| - - tag: package-2018-05-preview |
34 |
| - - tag: package-2018-01 |
35 |
| -``` |
36 |
| -### Tag: package-2023-12-preview and java |
37 |
| -
|
38 |
| -These settings apply only when `--tag=package-2023-12-preview --java` is specified on the command line. |
39 |
| - |
40 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
41 |
| - |
42 |
| -``` yaml $(tag) == 'package-2023-12-preview' && $(java) && $(multiapi) |
43 |
| -java: |
44 |
| - namespace: com.microsoft.azure.management.eventgrid.v2023_12_15_preview |
45 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2023_12_15_preview |
46 |
| -regenerate-manager: true |
47 |
| -generate-interface: true |
48 |
| -``` |
49 |
| - |
50 |
| -### Tag: package-2023-06-preview and java |
51 |
| - |
52 |
| -These settings apply only when `--tag=package-2023-06-preview --java` is specified on the command line. |
53 |
| - |
54 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
55 |
| - |
56 |
| -``` yaml $(tag) == 'package-2023-06-preview' && $(java) && $(multiapi) |
57 |
| -java: |
58 |
| - namespace: com.microsoft.azure.management.eventgrid.v2023_06_01_preview |
59 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2023_06_01_preview |
60 |
| -regenerate-manager: true |
61 |
| -generate-interface: true |
62 |
| -``` |
63 |
| - |
64 |
| -### Tag: package-2022-06 and java |
65 |
| - |
66 |
| -These settings apply only when `--tag=package-2022-06 --java` is specified on the command line. |
67 |
| - |
68 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
69 |
| - |
70 |
| -``` yaml $(tag) == 'package-2022-06' && $(java) && $(multiapi) |
71 |
| -java: |
72 |
| - namespace: com.microsoft.azure.management.eventgrid.v2022_06_15 |
73 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2022_06_15 |
74 |
| -regenerate-manager: true |
75 |
| -generate-interface: true |
76 |
| -``` |
77 |
| - |
78 |
| -### Tag: package-2021-10-preview and java |
79 |
| - |
80 |
| -These settings apply only when `--tag=package-2021-10-preview --java` is specified on the command line. |
81 |
| - |
82 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
83 |
| - |
84 |
| -``` yaml $(tag) == 'package-2021-10-preview' && $(java) && $(multiapi) |
85 |
| -java: |
86 |
| - namespace: com.microsoft.azure.management.eventgrid.v2021_10_15_preview |
87 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2021_10_15_preview |
88 |
| -regenerate-manager: true |
89 |
| -generate-interface: true |
90 |
| -``` |
91 |
| - |
92 |
| -### Tag: package-2021-12 and java |
93 |
| - |
94 |
| -These settings apply only when `--tag=package-2021-12 --java` is specified on the command line. |
95 |
| - |
96 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
97 |
| - |
98 |
| -``` yaml $(tag) == 'package-2021-12' && $(java) && $(multiapi) |
99 |
| -java: |
100 |
| - namespace: com.microsoft.azure.management.eventgrid.v2021_12_01 |
101 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2021_12_01 |
102 |
| -regenerate-manager: true |
103 |
| -generate-interface: true |
104 |
| -``` |
105 |
| - |
106 |
| -### Tag: package-2021-06-preview and java |
107 |
| - |
108 |
| -These settings apply only when `--tag=package-2021-06-preview --java` is specified on the command line. |
109 |
| - |
110 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
111 |
| - |
112 |
| -``` yaml $(tag) == 'package-2021-06-preview' && $(java) && $(multiapi) |
113 |
| -java: |
114 |
| - namespace: com.microsoft.azure.management.eventgrid.v2021_06_01_preview |
115 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2021_06_01_preview |
116 |
| -regenerate-manager: true |
117 |
| -generate-interface: true |
118 |
| -``` |
119 |
| - |
120 |
| -### Tag: package-2020-10-preview and java |
121 |
| - |
122 |
| -These settings apply only when `--tag=package-2020-10-preview --java` is specified on the command line. |
123 |
| - |
124 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
125 |
| - |
126 |
| -``` yaml $(tag) == 'package-2020-10-preview' && $(java) && $(multiapi) |
127 |
| -java: |
128 |
| - namespace: com.microsoft.azure.management.eventgrid.v2020_10_15_preview |
129 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2020_10_15_preview |
130 |
| -regenerate-manager: true |
131 |
| -generate-interface: true |
132 |
| -``` |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| -### Tag: package-2020-06 and java |
137 |
| - |
138 |
| -These settings apply only when `--tag=package-2020-06 --java` is specified on the command line. |
139 |
| - |
140 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
141 |
| - |
142 |
| -``` yaml $(tag) == 'package-2020-06' && $(java) && $(multiapi) |
143 |
| -java: |
144 |
| - namespace: com.microsoft.azure.management.eventgrid.v2020_06_01 |
145 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2020_06_01 |
146 |
| -regenerate-manager: true |
147 |
| -generate-interface: true |
148 |
| -``` |
149 |
| - |
150 |
| -### Tag: package-2020-04-preview and java |
151 |
| - |
152 |
| -These settings apply only when `--tag=package-2020-04-preview --java` is specified on the command line. |
153 |
| - |
154 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
155 |
| - |
156 |
| -``` yaml $(tag) == 'package-2020-04-preview' && $(java) && $(multiapi) |
157 |
| -java: |
158 |
| - namespace: com.microsoft.azure.management.eventgrid.v2020_04_01_preview |
159 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2020_04_01_preview |
160 |
| -regenerate-manager: true |
161 |
| -generate-interface: true |
162 |
| -``` |
163 |
| - |
164 |
| -### Tag: package-2020-01-preview and java |
165 |
| - |
166 |
| -These settings apply only when `--tag=package-2020-01-preview --java` is specified on the command line. |
167 |
| - |
168 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
169 |
| - |
170 |
| -``` yaml $(tag) == 'package-2020-01-preview' && $(java) && $(multiapi) |
171 |
| -java: |
172 |
| - namespace: com.microsoft.azure.management.eventgrid.v2020_01_01_preview |
173 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2020_01_01_preview |
174 |
| -regenerate-manager: true |
175 |
| -generate-interface: true |
176 |
| -``` |
177 |
| - |
178 |
| -### Tag: package-2019-06 and java |
179 |
| - |
180 |
| -These settings apply only when `--tag=package-2019-06 --java` is specified on the command line. |
181 |
| - |
182 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
183 |
| - |
184 |
| -``` yaml $(tag) == 'package-2019-06' && $(java) && $(multiapi) |
185 |
| -java: |
186 |
| - namespace: com.microsoft.azure.management.eventgrid.v2019_06_01 |
187 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2019_06_01 |
188 |
| -regenerate-manager: true |
189 |
| -generate-interface: true |
190 |
| -``` |
191 |
| - |
192 |
| -### Tag: package-2019-02-preview and java |
193 |
| - |
194 |
| -These settings apply only when `--tag=package-2019-02-preview --java` is specified on the command line. |
195 |
| - |
196 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
197 |
| - |
198 |
| -``` yaml $(tag) == 'package-2019-02-preview' && $(java) && $(multiapi) |
199 |
| -java: |
200 |
| - namespace: com.microsoft.azure.management.eventgrid.v2019_02_01_preview |
201 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2019_02_01_preview |
202 |
| -regenerate-manager: true |
203 |
| -generate-interface: true |
204 |
| -``` |
205 |
| - |
206 |
| -### Tag: package-2019-01 and java |
207 |
| - |
208 |
| -These settings apply only when `--tag=package-2019-01 --java` is specified on the command line. |
209 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
210 |
| - |
211 |
| -``` yaml $(tag) == 'package-2019-01' && $(java) && $(multiapi) |
212 |
| -java: |
213 |
| - namespace: com.microsoft.azure.management.eventgrid.v2019_01_01 |
214 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2019_01_01 |
215 |
| -regenerate-manager: true |
216 |
| -generate-interface: true |
217 |
| -``` |
218 |
| - |
219 |
| -### Tag: package-2018-09-preview and java |
220 |
| - |
221 |
| -These settings apply only when `--tag=package-2018-09-preview --java` is specified on the command line. |
222 |
| - |
223 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
224 |
| - |
225 |
| -``` yaml $(tag) == 'package-2018-09-preview' && $(java) && $(multiapi) |
226 |
| -java: |
227 |
| - namespace: com.microsoft.azure.management.eventgrid.v2018_09_15_preview |
228 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2018_09_15_preview |
229 |
| -regenerate-manager: true |
230 |
| -generate-interface: true |
231 |
| -``` |
232 |
| - |
233 |
| -### Tag: package-2018-05-preview and java |
234 |
| - |
235 |
| -These settings apply only when `--tag=package-2018-05-preview --java` is specified on the command line. |
236 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
237 |
| - |
238 |
| -``` yaml $(tag) == 'package-2018-05-preview' && $(java) && $(multiapi) |
239 |
| -java: |
240 |
| - namespace: com.microsoft.azure.management.eventgrid.v2018_05_01_preview |
241 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2018_05_01_preview |
242 |
| -regenerate-manager: true |
243 |
| -generate-interface: true |
244 |
| -``` |
245 |
| - |
246 |
| -### Tag: package-2018-01 and java |
247 |
| - |
248 |
| -These settings apply only when `--tag=package-2018-01 --java` is specified on the command line. |
249 |
| -Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. |
250 |
| - |
251 |
| -``` yaml $(tag) == 'package-2018-01' && $(java) && $(multiapi) |
252 |
| -java: |
253 |
| - namespace: com.microsoft.azure.management.eventgrid.v2018_01_01 |
254 |
| - output-folder: $(azure-libraries-for-java-folder)/sdk/eventgrid/mgmt-v2018_01_01 |
255 |
| -regenerate-manager: true |
256 |
| -generate-interface: true |
| 6 | +resource-collection-associations: |
| 7 | +- resource: EventSubscription |
| 8 | + collection: TopicEventSubscriptions |
257 | 9 | ```
|
0 commit comments