2
2
3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
5
- ``` yaml $(python) && !$(track2)
6
- python :
7
- azure-arm : true
8
- license-header : MICROSOFT_MIT_NO_VERSION
9
- payload-flattening-threshold : 2
10
- package-name : azure-mgmt-containerregistry
11
- clear-output-folder : true
12
- no-namespace-folders : true
13
- ` ` `
14
5
15
6
``` yaml $(python) && $(track2)
16
7
azure-arm : true
@@ -25,21 +16,6 @@ no-namespace-folders: true
25
16
26
17
Generate all API versions currently shipped for this package
27
18
28
- ` ` ` yaml $(python) && $(multiapi) && !$(track2)
29
- batch :
30
- - tag : package-2021-06-preview
31
- - tag : package-2020-11-preview
32
- - tag : package-2019-12-preview
33
- - tag : package-2019-06-preview
34
- - tag : package-2019-05
35
- - tag : package-2019-05-preview
36
- - tag : package-2019-04
37
- - tag : package-2018-09
38
- - tag : package-2018-02-preview
39
- - tag : package-2017-10
40
- - tag : package-2017-03
41
- ` ` `
42
-
43
19
` ` ` yaml $(python) && $(multiapi) && $(track2)
44
20
clear-output-folder : true
45
21
batch :
@@ -69,9 +45,6 @@ These settings apply only when `--tag=package-2021-06-preview-only --python` is
69
45
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
70
46
71
47
` ` ` yaml $(tag) == 'package-2021-06-preview-only' && $(python)
72
- python:
73
- namespace: azure.mgmt.containerregistry.v2021_06_01_preview
74
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2021_06_01_preview
75
48
namespace: azure.mgmt.containerregistry.v2021_06_01_preview
76
49
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2021_06_01_preview
77
50
` ` `
@@ -82,9 +55,6 @@ These settings apply only when `--tag=package-2021-06-preview --python` is speci
82
55
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
83
56
84
57
` ` ` yaml $(tag) == 'package-2021-06-preview' && $(python)
85
- python:
86
- namespace: azure.mgmt.containerregistry.v2021_06_01_preview
87
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2021_06_01_preview
88
58
namespace: azure.mgmt.containerregistry.v2021_06_01_preview
89
59
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2021_06_01_preview
90
60
` ` `
@@ -95,9 +65,6 @@ These settings apply only when `--tag=package-2020-11-preview-only --python` is
95
65
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
96
66
97
67
` ` ` yaml $(tag) == 'package-2020-11-preview-only' && $(python)
98
- python:
99
- namespace: azure.mgmt.containerregistry.v2020_11_01_preview
100
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2020_11_01_preview
101
68
namespace: azure.mgmt.containerregistry.v2020_11_01_preview
102
69
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2020_11_01_preview
103
70
` ` `
@@ -108,9 +75,6 @@ These settings apply only when `--tag=package-2020-11-preview --python` is speci
108
75
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109
76
110
77
` ` ` yaml $(tag) == 'package-2020-11-preview' && $(python)
111
- python:
112
- namespace: azure.mgmt.containerregistry.v2020_11_01_preview
113
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2020_11_01_preview
114
78
namespace: azure.mgmt.containerregistry.v2020_11_01_preview
115
79
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2020_11_01_preview
116
80
` ` `
@@ -121,9 +85,6 @@ These settings apply only when `--tag=package-2019-12-preview-only --python` is
121
85
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
122
86
123
87
` ` ` yaml $(tag) == 'package-2019-12-preview-only' && $(python)
124
- python:
125
- namespace: azure.mgmt.containerregistry.v2019_12_01_preview
126
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_12_01_preview
127
88
namespace: azure.mgmt.containerregistry.v2019_12_01_preview
128
89
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_12_01_preview
129
90
` ` `
@@ -134,9 +95,6 @@ These settings apply only when `--tag=package-2019-12-preview --python` is speci
134
95
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
135
96
136
97
` ` ` yaml $(tag) == 'package-2019-12-preview' && $(python)
137
- python:
138
- namespace: azure.mgmt.containerregistry.v2019_12_01_preview
139
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_12_01_preview
140
98
namespace: azure.mgmt.containerregistry.v2019_12_01_preview
141
99
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_12_01_preview
142
100
` ` `
@@ -147,9 +105,6 @@ These settings apply only when `--tag=package-2019-06-preview-only --python` is
147
105
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
148
106
149
107
` ` ` yaml $(tag) == 'package-2019-06-preview-only' && $(python)
150
- python:
151
- namespace: azure.mgmt.containerregistry.v2019_06_01_preview
152
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_06_01_preview
153
108
namespace: azure.mgmt.containerregistry.v2019_06_01_preview
154
109
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_06_01_preview
155
110
` ` `
@@ -160,9 +115,6 @@ These settings apply only when `--tag=package-2019-06-preview --python` is speci
160
115
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
161
116
162
117
` ` ` yaml $(tag) == 'package-2019-06-preview' && $(python)
163
- python:
164
- namespace: azure.mgmt.containerregistry.v2019_06_01_preview
165
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_06_01_preview
166
118
namespace: azure.mgmt.containerregistry.v2019_06_01_preview
167
119
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_06_01_preview
168
120
` ` `
@@ -173,9 +125,6 @@ These settings apply only when `--tag=package-2019-05-only --python` is specifie
173
125
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
174
126
175
127
` ` ` yaml $(tag) == 'package-2019-05-only' && $(python)
176
- python:
177
- namespace: azure.mgmt.containerregistry.v2019_05_01
178
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01
179
128
namespace: azure.mgmt.containerregistry.v2019_05_01
180
129
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01
181
130
` ` `
@@ -186,9 +135,6 @@ These settings apply only when `--tag=package-2019-05 --python` is specified on
186
135
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
187
136
188
137
` ` ` yaml $(tag) == 'package-2019-05' && $(python)
189
- python:
190
- namespace: azure.mgmt.containerregistry.v2019_05_01
191
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01
192
138
namespace: azure.mgmt.containerregistry.v2019_05_01
193
139
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01
194
140
` ` `
@@ -199,9 +145,6 @@ These settings apply only when `--tag=package-2019-05-preview-only --python` is
199
145
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
200
146
201
147
` ` ` yaml $(tag) == 'package-2019-05-preview-only' && $(python)
202
- python:
203
- namespace: azure.mgmt.containerregistry.v2019_05_01_preview
204
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview
205
148
namespace: azure.mgmt.containerregistry.v2019_05_01_preview
206
149
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview
207
150
` ` `
@@ -212,9 +155,6 @@ These settings apply only when `--tag=package-2019-05-preview --python` is speci
212
155
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
213
156
214
157
` ` ` yaml $(tag) == 'package-2019-05-preview' && $(python)
215
- python:
216
- namespace: azure.mgmt.containerregistry.v2019_05_01_preview
217
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview
218
158
namespace: azure.mgmt.containerregistry.v2019_05_01_preview
219
159
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview
220
160
` ` `
@@ -225,9 +165,6 @@ These settings apply only when `--tag=package-2019-04-only --python` is specifie
225
165
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
226
166
227
167
` ` ` yaml $(tag) == 'package-2019-04-only' && $(python)
228
- python:
229
- namespace: azure.mgmt.containerregistry.v2019_04_01
230
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_04_01
231
168
namespace: azure.mgmt.containerregistry.v2019_04_01
232
169
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_04_01
233
170
` ` `
@@ -238,9 +175,6 @@ These settings apply only when `--tag=package-2019-04 --python` is specified on
238
175
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
239
176
240
177
` ` ` yaml $(tag) == 'package-2019-04' && $(python)
241
- python:
242
- namespace: azure.mgmt.containerregistry.v2019_04_01
243
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_04_01
244
178
namespace: azure.mgmt.containerregistry.v2019_04_01
245
179
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_04_01
246
180
` ` `
@@ -251,9 +185,6 @@ These settings apply only when `--tag=package-2018-09-only --python` is specifie
251
185
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
252
186
253
187
` ` ` yaml $(tag) == 'package-2018-09-only' && $(python)
254
- python:
255
- namespace: azure.mgmt.containerregistry.v2018_09_01
256
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_09_01
257
188
namespace: azure.mgmt.containerregistry.v2018_09_01
258
189
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_09_01
259
190
` ` `
@@ -264,9 +195,6 @@ These settings apply only when `--tag=package-2018-09 --python` is specified on
264
195
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
265
196
266
197
` ` ` yaml $(tag) == 'package-2018-09' && $(python)
267
- python:
268
- namespace: azure.mgmt.containerregistry.v2018_09_01
269
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_09_01
270
198
namespace: azure.mgmt.containerregistry.v2018_09_01
271
199
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_09_01
272
200
` ` `
@@ -277,9 +205,6 @@ These settings apply only when `--tag=package-2018-02-preview-only --python` is
277
205
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
278
206
279
207
` ` ` yaml $(tag) == 'package-2018-02-preview-only' && $(python)
280
- python:
281
- namespace: azure.mgmt.containerregistry.v2018_02_01_preview
282
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_02_01_preview
283
208
namespace: azure.mgmt.containerregistry.v2018_02_01_preview
284
209
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_02_01_preview
285
210
` ` `
@@ -290,9 +215,6 @@ These settings apply only when `--tag=package-2018-02-preview --python` is speci
290
215
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
291
216
292
217
` ` ` yaml $(tag) == 'package-2018-02-preview' && $(python)
293
- python:
294
- namespace: azure.mgmt.containerregistry.v2018_02_01_preview
295
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_02_01_preview
296
218
namespace: azure.mgmt.containerregistry.v2018_02_01_preview
297
219
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2018_02_01_preview
298
220
` ` `
@@ -303,9 +225,6 @@ These settings apply only when `--tag=package-2017-10 --python` is specified on
303
225
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
304
226
305
227
` ` ` yaml $(tag) == 'package-2017-10' && $(python)
306
- python:
307
- namespace: azure.mgmt.containerregistry.v2017_10_01
308
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_10_01
309
228
namespace: azure.mgmt.containerregistry.v2017_10_01
310
229
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_10_01
311
230
` ` `
@@ -316,9 +235,6 @@ These settings apply only when `--tag=package-2017-03 --python` is specified on
316
235
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
317
236
318
237
` ` ` yaml $(tag) == 'package-2017-03' && $(python)
319
- python:
320
- namespace: azure.mgmt.containerregistry.v2017_03_01
321
- output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_03_01
322
238
namespace: azure.mgmt.containerregistry.v2017_03_01
323
239
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2017_03_01
324
240
` ` `
0 commit comments