@@ -4,19 +4,8 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && !$(track2)
8- python-mode : create
9- python :
10- azure-arm : true
11- license-header : MICROSOFT_MIT_NO_VERSION
12- payload-flattening-threshold : 2
13- package-name : azure-mgmt-web
14- package-version : 0.42.0
15- clear-output-folder : true
16- no-namespace-folders : true
17- ` ` `
187
19- ` ` ` yaml $(python) && $(track2)
8+ ``` yaml $(python)
209azure-arm : true
2110license-header : MICROSOFT_MIT_NO_VERSION
2211package-name : azure-mgmt-web
@@ -28,23 +17,8 @@ no-namespace-folders: true
2817
2918Generate all API versions currently shipped for this package
3019
31- ` ` ` yaml $(python) && $(multiapi) && !$(track2)
32- batch :
33- - tag : package-2021-01-only
34- - tag : package-2020-12-only
35- - tag : package-2020-09-only
36- - tag : package-2020-06-only
37- - tag : package-2019-08-only
38- - tag : package-2018-11-only
39- - tag : package-2018-02-only
40- - tag : package-2016-09-only
41- - tag : package-2016-08-only
42- - tag : package-2016-03-only
43- - tag : package-2015-08-only
44- - tag : package-2015-04-only
45- ` ` `
4620
47- ` ` ` yaml $(python) && $(multiapi) && $(track2)
21+ ` ` ` yaml $(python) && $(multiapi)
4822clear-output-folder : true
4923batch :
5024 - tag : package-2021-01-only
@@ -76,9 +50,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
7650` ` ` yaml $(tag) == 'package-2021-01-only' && $(python)
7751namespace: azure.mgmt.web.v2021_01_01
7852output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
79- python:
80- namespace: azure.mgmt.web.v2021_01_01
81- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
8253` ` `
8354
8455# ## Tag: package-2020-12-only and python
@@ -89,9 +60,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
8960` ` ` yaml $(tag) == 'package-2020-12-only' && $(python)
9061namespace: azure.mgmt.web.v2020_12_01
9162output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_12_01
92- python:
93- namespace: azure.mgmt.web.v2020_12_01
94- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_12_01
9563` ` `
9664
9765# ## Tag: package-2020-09-only and python
@@ -102,9 +70,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
10270` ` ` yaml $(tag) == 'package-2020-09-only' && $(python)
10371namespace: azure.mgmt.web.v2020_09_01
10472output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_09_01
105- python:
106- namespace: azure.mgmt.web.v2020_09_01
107- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_09_01
10873` ` `
10974
11075# ## Tag: package-2020-06-only and python
@@ -115,9 +80,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
11580` ` ` yaml $(tag) == 'package-2020-06-only' && $(python)
11681namespace: azure.mgmt.web.v2020_06_01
11782output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_06_01
118- python:
119- namespace: azure.mgmt.web.v2020_06_01
120- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_06_01
12183` ` `
12284
12385# ## Tag: package-2019-08-only and python
@@ -128,9 +90,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
12890` ` ` yaml $(tag) == 'package-2019-08-only' && $(python)
12991namespace: azure.mgmt.web.v2019_08_01
13092output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2019_08_01
131- python:
132- namespace: azure.mgmt.web.v2019_08_01
133- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2019_08_01
13493` ` `
13594
13695# ## Tag: package-2018-11-only and python
@@ -141,9 +100,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
141100` ` ` yaml $(tag) == 'package-2018-11-only' && $(python)
142101namespace: azure.mgmt.web.v2018_11_01
143102output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_11_01
144- python:
145- namespace: azure.mgmt.web.v2018_11_01
146- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_11_01
147103` ` `
148104
149105# ## Tag: package-2018-02-only and python
@@ -154,9 +110,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
154110` ` ` yaml $(tag) == 'package-2018-02-only' && $(python)
155111namespace: azure.mgmt.web.v2018_02_01
156112output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01
157- python:
158- namespace: azure.mgmt.web.v2018_02_01
159- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01
160113` ` `
161114
162115# ## Tag: package-2016-09-only and python
@@ -167,9 +120,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
167120` ` ` yaml $(tag) == 'package-2016-09-only' && $(python)
168121namespace: azure.mgmt.web.v2016_09_01
169122output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_09_01
170- python:
171- namespace: azure.mgmt.web.v2016_09_01
172- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_09_01
173123` ` `
174124
175125# ## Tag: package-2016-08-only and python
@@ -180,9 +130,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
180130` ` ` yaml $(tag) == 'package-2016-08-only' && $(python)
181131namespace: azure.mgmt.web.v2016_08_01
182132output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01
183- python:
184- namespace: azure.mgmt.web.v2016_08_01
185- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01
186133` ` `
187134
188135# ## Tag: package-2016-03-only and python
@@ -193,9 +140,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
193140` ` ` yaml $(tag) == 'package-2016-03-only' && $(python)
194141namespace: azure.mgmt.web.v2016_03_01
195142output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_03_01
196- python:
197- namespace: azure.mgmt.web.v2016_03_01
198- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_03_01
199143` ` `
200144
201145# ## Tag: package-2015-08-only and python
@@ -206,9 +150,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
206150` ` ` yaml $(tag) == 'package-2015-08-only' && $(python)
207151namespace: azure.mgmt.web.v2015_08_01
208152output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_08_01
209- python:
210- namespace: azure.mgmt.web.v2015_08_01
211- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_08_01
212153` ` `
213154
214155# ## Tag: package-2015-04-only and python
@@ -219,7 +160,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
219160` ` ` yaml $(tag) == 'package-2015-04-only' && $(python)
220161namespace: azure.mgmt.web.v2015_04_01
221162output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_04_01
222- python:
223- namespace: azure.mgmt.web.v2015_04_01
224- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_04_01
225163` ` `
0 commit comments