3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
5
5
``` yaml $(python)
6
- python :
7
- azure-arm : true
8
- license-header : MICROSOFT_MIT_NO_VERSION
9
- payload-flattening-threshold : 2
10
- package-name : azure-mgmt-servicetoreplace
11
- clear-output-folder : true
12
- no-namespace-folders : true
13
- python-base-folder : servicetoreplace/azure-mgmt-servicetoreplace/azure/mgmt/servicetoreplace
14
- python-base-namespace : azure.mgmt.servicetoreplace
6
+ azure-arm : true
7
+ license-header : MICROSOFT_MIT_NO_VERSION
8
+ package-name : azure-mgmt-servicetoreplace
9
+ package-version : 1.0.0b1
10
+ no-namespace-folders : true
15
11
` ` `
16
12
17
13
### Python multi-api
18
14
19
15
Generate all API versions currently shipped for this package
20
16
21
17
` ` ` yaml $(python) && $(multiapi)
18
+ clear-output-folder : true
22
19
batch :
23
20
- tag : package-2019-04
24
21
- tag : package-2019-02
25
- - tag : package-2018-12
26
- - tag : package-2018-11
27
- - tag : package-2018-10
28
- - tag : package-2018-08
22
+ - multiapiscript : true
23
+ ` ` `
24
+
25
+ ` ` ` yaml $(multiapiscript)
26
+ output-folder : $(python-sdks-folder)/servicetoreplace/azure-mgmt-servicetoreplace/azure/mgmt/servicetoreplace/
27
+ perform-load : false
29
28
` ` `
30
29
31
30
### Tag: package-2019-04 and python
@@ -34,9 +33,8 @@ These settings apply only when `--tag=package-2019-04 --python` is specified on
34
33
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
35
34
36
35
` ` ` yaml $(tag) == 'package-2019-04' && $(python)
37
- python:
38
- namespace: $(python-base-namespace).v2019_04_01
39
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_04_01
36
+ namespace: azure.mgmt.servicetoreplace.v2019_04_01
37
+ output-folder: $(python-sdks-folder)/servicetoreplace/azure-mgmt-servicetoreplace/azure/mgmt/servicetoreplace/v2019_04_01
40
38
` ` `
41
39
42
40
# ## Tag: package-2019-02 and python
@@ -45,51 +43,6 @@ These settings apply only when `--tag=package-2019-02 --python` is specified on
45
43
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
46
44
47
45
` ` ` yaml $(tag) == 'package-2019-02' && $(python)
48
- python:
49
- namespace: $(python-base-namespace).v2019_02_01
50
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_02_01
51
- ` ` `
52
-
53
- # ## Tag: package-2018-12 and python
54
-
55
- These settings apply only when `--tag=package-2018-12 --python` is specified on the command line.
56
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
57
-
58
- ` ` ` yaml $(tag) == 'package-2018-12' && $(python)
59
- python:
60
- namespace: $(python-base-namespace).v2018_12_01
61
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_12_01
62
- ` ` `
63
-
64
- # ## Tag: package-2018-11 and python
65
-
66
- These settings apply only when `--tag=package-2018-11 --python` is specified on the command line.
67
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68
-
69
- ` ` ` yaml $(tag) == 'package-2018-11' && $(python)
70
- python:
71
- namespace: $(python-base-namespace).v2018_11_01
72
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_11_01
73
- ` ` `
74
-
75
- # ## Tag: package-2018-10 and python
76
-
77
- These settings apply only when `--tag=package-2018-10 --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-2018-10' && $(python)
81
- python:
82
- namespace: $(python-base-namespace).v2018_10_01
83
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_10_01
84
- ` ` `
85
-
86
- # ## Tag: package-2018-08 and python
87
-
88
- These settings apply only when `--tag=package-2018-08 --python` is specified on the command line.
89
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
90
-
91
- ` ` ` yaml $(tag) == 'package-2018-08' && $(python)
92
- python:
93
- namespace: $(python-base-namespace).v2018_08_01
94
- output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_08_01
46
+ namespace: azure.mgmt.servicetoreplace.v2019_02_01
47
+ output-folder: $(python-sdks-folder)/servicetoreplace/azure-mgmt-servicetoreplace/azure/mgmt/servicetoreplace/v2019_02_01
95
48
` ` `
0 commit comments