@@ -17,7 +17,7 @@ Generate all API versions currently shipped for this package
17
17
` ` ` yaml $(multiapi)
18
18
clear-output-folder : true
19
19
batch :
20
- - tag : package-2021-03
20
+ - tag : package-2021-05
21
21
- tag : package-2021-02
22
22
- tag : package-2021-02-preview-only
23
23
- tag : package-2020-11
44
44
- tag : package-2018-04
45
45
- tag : package-2018-02
46
46
- tag : package-2018-01
47
- - tag : package-2017-11
48
47
- tag : package-2017-10
49
- - tag : package-2017-09
50
48
- tag : package-2017-06
51
49
- tag : package-2017-03
52
50
- tag : package-2016-12
@@ -62,6 +60,16 @@ clear-output-folder: false
62
60
perform-load : false
63
61
` ` `
64
62
63
+ ### Tag: package-2021-05 and python
64
+
65
+ These settings apply only when ` --tag=package-2021-05 --python` is specified on the command line.
66
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
67
+
68
+ ` ` ` yaml $(tag) == 'package-2021-05'
69
+ namespace: azure.mgmt.network.v2021_05_01
70
+ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_05_01
71
+ ` ` `
72
+
65
73
# ## Tag: package-2021-02-preview-only and python
66
74
67
75
These settings apply only when `--tag=package-2021-02-preview-only --python` is specified on the command line.
@@ -72,15 +80,6 @@ namespace: azure.mgmt.network.v2021_02_01_preview
72
80
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview
73
81
` ` `
74
82
75
- # ## Tag: package-2021-03 and python
76
-
77
- These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
78
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
79
-
80
- ` ` ` yaml $(tag) == 'package-2021-03'
81
- namespace: azure.mgmt.network.v2021_03_01
82
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_03_01
83
- ` ` `
84
83
85
84
# ## Tag: package-2021-02 and python
86
85
@@ -332,16 +331,6 @@ namespace: azure.mgmt.network.v2018_01_01
332
331
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01
333
332
` ` `
334
333
335
- # ## Tag: package-2017-11 and python
336
-
337
- These settings apply only when `--tag=package-2017-11 --python` is specified on the command line.
338
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
339
-
340
- ` ` ` yaml $(tag) == 'package-2017-11'
341
- namespace: azure.mgmt.network.v2017_11_01
342
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_11_01
343
- ` ` `
344
-
345
334
# ## Tag: package-2017-10 and python
346
335
347
336
These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
@@ -352,17 +341,6 @@ namespace: azure.mgmt.network.v2017_10_01
352
341
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01
353
342
` ` `
354
343
355
- # ## Tag: package-2017-09 and python
356
-
357
- These settings apply only when `--tag=package-2017-09 --python` is specified on the command line.
358
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
359
-
360
- ` ` ` yaml $(tag) == 'package-2017-09'
361
- namespace: azure.mgmt.network.v2017_09_01
362
- output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2017_09_01
363
- ` ` `
364
-
365
-
366
344
# ## Tag: package-2017-06 and python
367
345
368
346
These settings apply only when `--tag=package-2017-06 --python` is specified on the command line.
0 commit comments