@@ -4,24 +4,19 @@ 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)
8- python-mode : create
9- python :
10- azure-arm : true
11- license-header : MICROSOFT_MIT_NO_VERSION
12- payload-flattening-threshold : 2
13- namespace : azure.mgmt.msi
14- package-name : azure-mgmt-msi
15- package-version : 1.0.0
16- clear-output-folder : true
7+ ``` yaml $(python) $$ &(track2)
8+ azure-arm : true
9+ license-header : MICROSOFT_MIT_NO_VERSION
10+ package-name : azure-mgmt-msi
11+ no-namespace-folders : true
12+ package-version : 1.0.0b1
13+ clear-output-folder : true
1714` ` `
18- ` ` ` yaml $(python) && $(python-mode) == 'update'
19- python :
20- no-namespace-folders : true
21- output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi
15+ ` ` ` yaml $(python) && $(python-mode) == 'update' $$ &(track2)
16+ no-namespace-folders : true
17+ output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi
2218` ` `
23- ` ` ` yaml $(python) && $(python-mode) == 'create'
24- python :
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi
19+ ` ` ` yaml $(python) && $(python-mode) == 'create' $$ &(track2)
20+ basic-setup-py : true
21+ output-folder : $(python-sdks-folder)/resources/azure-mgmt-msi
2722` ` `
0 commit comments