33These 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.
6-
7- ``` yaml !$(track2)
8- python :
9- azure-arm : true
10- license-header : MICROSOFT_MIT_NO_VERSION
11- payload-flattening-threshold : 2
12- package-name : azure-mgmt-rdbms
13- clear-output-folder : true
14- no-namespace-folders : true
15- ` ` `
16-
176These settings apply only when ` --track2 ` is specified on the command line.
187
198``` yaml $(track2)
@@ -27,17 +16,18 @@ no-namespace-folders: true
2716
2817Generate all API versions currently shipped for this package
2918
30- ` ` ` yaml !$(track2)
19+ ` ` ` yaml $(python) && $(multiapi) $(track2)
20+ clear-output-folder : true
3121batch :
3222 - tag : package-2020-01-01
3323 - tag : package-2020-11-05-preview
24+ - multiapiscript : true
3425` ` `
3526
36- ` ` ` yaml $(track2)
37- clear-output-folder: true
38- batch:
39- - tag: package-2020-01-01
40- - tag: package-2020-11-05-preview
27+ ` ` ` yaml $(multiapiscript)
28+ output-folder : $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
29+ clear-output-folder : false
30+ perform-load : false
4131` ` `
4232
4333### Tag: package-2020-01-01 and python
@@ -48,9 +38,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
4838` ` ` yaml $(tag) == 'package-2020-01-01' && $(python)
4939namespace: azure.mgmt.rdbms.postgresql
5040output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
51- python:
52- namespace: azure.mgmt.rdbms.postgresql
53- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
5441` ` `
5542
5643# ## Tag: package-2020-11-05-preview and python
@@ -61,7 +48,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
6148` ` ` yaml $(tag) == 'package-2020-11-05-preview' && $(python)
6249namespace: azure.mgmt.rdbms.postgresql_flexibleservers
6350output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
64- python:
65- namespace: azure.mgmt.rdbms.postgresql_flexibleservers
66- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
6751` ` `
0 commit comments