File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
specification/resourcemover/resource-manager Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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)
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-resourcemover
@@ -12,13 +12,12 @@ no-namespace-folders: true
1212package-version : 1.0.0b1
1313` ` `
1414
15- ` ` ` yaml $(python) && $(python-mode) == 'update'
15+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover/azure/mgmt/resourcemover
1818` ` `
1919
20- ` ` ` yaml $(python) && $(python-mode) == 'create'
21- python :
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover
20+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21+ basic-setup-py : true
22+ output-folder : $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover
2423` ` `
You can’t perform that action at this time.
0 commit comments