File tree Expand file tree Collapse file tree 1 file changed +38
-4
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +38
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,41 @@ Generate all API versions currently shipped for this package
1717` ` ` yaml $(multiapi)
1818clear-output-folder : true
1919batch :
20- - tag : package-2021-02-preview
20+ - tag : package-2021-02-preview-only
21+ - tag : package-2021-02
22+ - tag : package-2020-11
23+ - tag : package-2020-08
24+ - tag : package-2020-07
25+ - tag : package-2020-06
26+ - tag : package-2020-05
27+ - tag : package-2020-04
28+ - tag : package-2020-03
29+ - tag : package-2019-12
30+ - tag : package-2019-11
31+ - tag : package-2019-09
32+ - tag : package-2019-08
33+ - tag : package-2019-07
34+ - tag : package-2019-06
35+ - tag : package-2019-04
36+ - tag : package-2019-02
37+ - tag : package-2018-12
38+ - tag : package-2018-11
39+ - tag : package-2018-10
40+ - tag : package-2018-08
41+ - tag : package-2018-07
42+ - tag : package-2018-06
43+ - tag : package-2018-04
44+ - tag : package-2018-02
45+ - tag : package-2018-01
46+ - tag : package-2017-11
47+ - tag : package-2017-10
48+ - tag : package-2017-09
49+ - tag : package-2017-08
50+ - tag : package-2017-06
51+ - tag : package-2017-03
52+ - tag : package-2016-12
53+ - tag : package-2016-09
54+ - tag : package-2015-06split
2155 - multiapiscript : true
2256
2357```
@@ -28,12 +62,12 @@ clear-output-folder: false
2862perform-load : false
2963` ` `
3064
31- ### Tag: package-2021-02-preview and python
65+ ### Tag: package-2021-02-preview-only and python
3266
33- These settings apply only when ` --tag=package-2021-02-preview --python` is specified on the command line.
67+ These settings apply only when ` --tag=package-2021-02-preview-only --python` is specified on the command line.
3468Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3569
36- ` ` ` yaml $(tag) == 'package-2021-02-preview'
70+ ` ` ` yaml $(tag) == 'package-2021-02-preview-only '
3771namespace: azure.mgmt.network.v2021_02_01_preview
3872output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_02_01_preview
3973` ` `
You can’t perform that action at this time.
0 commit comments