@@ -4,20 +4,7 @@ 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- namespace : azure.mgmt.relay
14- package-name : azure-mgmt-relay
15- package-version : 0.2.0
16- clear-output-folder : true
17- ` ` `
18-
197``` yaml $(python) && $(track2)
20- python-mode : create
218azure-arm : true
229license-header : MICROSOFT_MIT_NO_VERSION
2310namespace : azure.mgmt.relay
@@ -26,17 +13,11 @@ package-version: 1.0.0b1
2613clear-output-folder : true
2714` ` `
2815
29- ` ` ` yaml $(python) && $(python-mode) == 'update'
16+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
3017no-namespace-folders : true
3118output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
32- python :
33- no-namespace-folders : true
34- output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
3519` ` `
36- ` ` ` yaml $(python) && $(python-mode) == 'create'
20+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
3721basic-setup-py : true
3822output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
39- python :
40- basic-setup-py : true
41- output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
4223` ` `
0 commit comments