@@ -4,25 +4,40 @@ 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)
7+ ``` yaml $(python) && !$(track2)
88python-mode : create
99python :
1010 azure-arm : true
1111 license-header : MICROSOFT_MIT_NO_VERSION
1212 payload-flattening-threshold : 2
1313 namespace : azure.mgmt.timeseriesinsights
1414 package-name : azure-mgmt-timeseriesinsights
15- package-version : 0.1.0
1615 clear-output-folder : true
1716` ` `
18- ` ` ` yaml $(python) && $(python-mode) == 'update'
17+ ` ` ` yaml $(python) && $(track2)
18+ python-mode : create
19+ azure-arm : true
20+ license-header : MICROSOFT_MIT_NO_VERSION
21+ namespace : azure.mgmt.timeseriesinsights
22+ package-name : azure-mgmt-timeseriesinsights
23+ ` ` `
24+
25+ ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
1926python :
2027 no-namespace-folders : true
2128 output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
2229` ` `
23- ` ` ` yaml $(python) && $(python-mode) == 'create'
30+ ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
2431python :
2532 basic-setup-py : true
2633 output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
2734` ` `
28-
35+
36+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
37+ no-namespace-folders : true
38+ output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
39+ ` ` `
40+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
41+ basic-setup-py : true
42+ output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
43+ ` ` `
0 commit comments