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> ` .
55
6- ``` yaml $(python)
6+ ``` yaml $(python) && !$(track2)
77python :
88 azure-arm : true
99 license-header : MICROSOFT_MIT_NO_VERSION
@@ -12,14 +12,30 @@ python:
1212 package-version : 2019-11-01
1313 clear-output-folder : true
1414` ` `
15+ ` ` ` yaml $(python) && $(track2)
16+ azure-arm : true
17+ license-header : MICROSOFT_MIT_NO_VERSION
18+ namespace : azure.mgmt.datashare
19+ package-name : azure-mgmt-datashare
20+ package-version : 2019-11-01
21+ clear-output-folder : true
22+ ` ` `
1523
16- ` ` ` yaml $(python) && $(python-mode) == 'update'
24+ ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
1725python :
1826 no-namespace-folders : true
1927 output-folder : $(python-sdks-folder)/datashare/azure-mgmt-datashare/azure/mgmt/datashare
2028` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create'
29+ ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
2230python :
2331 basic-setup-py : true
2432 output-folder : $(python-sdks-folder)/datashare/azure-mgmt-datashare
33+ ` ` `
34+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
35+ no-namespace-folders : true
36+ output-folder : $(python-sdks-folder)/datashare/azure-mgmt-datashare/azure/mgmt/datashare
37+ ` ` `
38+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
39+ basic-setup-py : true
40+ output-folder : $(python-sdks-folder)/datashare/azure-mgmt-datashare
2541` ` `
0 commit comments