@@ -17,10 +17,10 @@ Generate all API versions currently shipped for this package
17
17
18
18
` ` ` yaml $(python)
19
19
multiapi : true
20
- default-api-version : " 2022-07 -01"
20
+ default-api-version : " 2022-09 -01"
21
21
clear-output-folder : true
22
22
batch :
23
- - tag : package-2022-07
23
+ - tag : package-2022-09
24
24
- tag : package-2021-02
25
25
- tag : package-2021-02-preview-only
26
26
- tag : package-2020-11
@@ -40,18 +40,8 @@ batch:
40
40
- tag : package-2019-02
41
41
- tag : package-2018-12
42
42
- tag : package-2018-11
43
- - tag : package-2018-10
44
- - tag : package-2018-08
45
- - tag : package-2018-07
46
- - tag : package-2018-06
47
43
- tag : package-2018-04
48
- - tag : package-2018-02
49
- - tag : package-2018-01
50
44
- tag : package-2017-10
51
- - tag : package-2017-06
52
- - tag : package-2017-03
53
- - tag : package-2016-12
54
- - tag : package-2016-09
55
45
- tag : package-2015-06split
56
46
- multiapiscript : true
57
47
@@ -62,14 +52,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
62
52
perform-load : false
63
53
` ` `
64
54
65
- ### Tag: package-2022-07 and python
55
+ ### Tag: package-2022-09 and python
66
56
67
- These settings apply only when ` --tag=package-2022-07 --python` is specified on the command line.
57
+ These settings apply only when ` --tag=package-2022-09 --python` is specified on the command line.
68
58
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
69
59
70
- ` ` ` yaml $(tag) == 'package-2022-07 '
71
- namespace: azure.mgmt.network.v2022_07_01
72
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01
60
+ ` ` ` yaml $(tag) == 'package-2022-09 '
61
+ namespace: azure.mgmt.network.v2022_09_01
62
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_09_01
73
63
` ` `
74
64
75
65
# ## Tag: package-2021-02-preview-only and python
@@ -263,46 +253,6 @@ namespace: azure.mgmt.network.v2018_11_01
263
253
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_11_01
264
254
` ` `
265
255
266
- # ## Tag: package-2018-10 and python
267
-
268
- These settings apply only when `--tag=package-2018-10 --python` is specified on the command line.
269
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
270
-
271
- ` ` ` yaml $(tag) == 'package-2018-10'
272
- namespace: azure.mgmt.network.v2018_10_01
273
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_10_01
274
- ` ` `
275
-
276
- # ## Tag: package-2018-08 and python
277
-
278
- These settings apply only when `--tag=package-2018-08 --python` is specified on the command line.
279
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
280
-
281
- ` ` ` yaml $(tag) == 'package-2018-08'
282
- namespace: azure.mgmt.network.v2018_08_01
283
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_08_01
284
- ` ` `
285
-
286
- # ## Tag: package-2018-07 and python
287
-
288
- These settings apply only when `--tag=package-2018-07 --python` is specified on the command line.
289
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
290
-
291
- ` ` ` yaml $(tag) == 'package-2018-07'
292
- namespace: azure.mgmt.network.v2018_07_01
293
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_07_01
294
- ` ` `
295
-
296
- # ## Tag: package-2018-06 and python
297
-
298
- These settings apply only when `--tag=package-2018-06 --python` is specified on the command line.
299
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
300
-
301
- ` ` ` yaml $(tag) == 'package-2018-06'
302
- namespace: azure.mgmt.network.v2018_06_01
303
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_06_01
304
- ` ` `
305
-
306
256
# ## Tag: package-2018-04 and python
307
257
308
258
These settings apply only when `--tag=package-2018-04 --python` is specified on the command line.
@@ -313,26 +263,6 @@ namespace: azure.mgmt.network.v2018_04_01
313
263
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_04_01
314
264
` ` `
315
265
316
- # ## Tag: package-2018-02 and python
317
-
318
- These settings apply only when `--tag=package-2018-02 --python` is specified on the command line.
319
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
320
-
321
- ` ` ` yaml $(tag) == 'package-2018-02'
322
- namespace: azure.mgmt.network.v2018_02_01
323
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_02_01
324
- ` ` `
325
-
326
- # ## Tag: package-2018-01 and python
327
-
328
- These settings apply only when `--tag=package-2018-01 --python` is specified on the command line.
329
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
330
-
331
- ` ` ` yaml $(tag) == 'package-2018-01'
332
- namespace: azure.mgmt.network.v2018_01_01
333
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01
334
- ` ` `
335
-
336
266
# ## Tag: package-2017-10 and python
337
267
338
268
These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
@@ -343,46 +273,6 @@ namespace: azure.mgmt.network.v2017_10_01
343
273
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01
344
274
` ` `
345
275
346
- # ## Tag: package-2017-06 and python
347
-
348
- These settings apply only when `--tag=package-2017-06 --python` is specified on the command line.
349
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
350
-
351
- ` ` ` yaml $(tag) == 'package-2017-06'
352
- namespace: azure.mgmt.network.v2017_06_01
353
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01
354
- ` ` `
355
-
356
- # ## Tag: package-2017-03 and python
357
-
358
- These settings apply only when `--tag=package-2017-03 --python` is specified on the command line.
359
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
360
-
361
- ` ` ` yaml $(tag) == 'package-2017-03'
362
- namespace: azure.mgmt.network.v2017_03_01
363
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01
364
- ` ` `
365
-
366
- # ## Tag: package-2016-12 and python
367
-
368
- These settings apply only when `--tag=package-2016-12 --python` is specified on the command line.
369
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
370
-
371
- ` ` ` yaml $(tag) == 'package-2016-12'
372
- namespace: azure.mgmt.network.v2016_12_01
373
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01
374
- ` ` `
375
-
376
- # ## Tag: package-2016-09 and python
377
-
378
- These settings apply only when `--tag=package-2016-09 --python` is specified on the command line.
379
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
380
-
381
- ` ` ` yaml $(tag) == 'package-2016-09'
382
- namespace: azure.mgmt.network.v2016_09_01
383
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01
384
- ` ` `
385
-
386
276
# ## Tag: package-2015-06split and python
387
277
388
278
These settings apply only when `--tag=package-2015-06split --python` is specified on the command line.
0 commit comments