@@ -4,7 +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
7+ ``` yaml $(python) && !$(track2)
88python-mode : create
99package-version : 0.1.0
1010azure-arm : true
@@ -15,11 +15,30 @@ namespace: azure.mgmt.avs
1515package-name : azure-mgmt-avs
1616clear-output-folder : true
1717` ` `
18- ` ` ` yaml $(python-mode) == 'update'
18+ ` ` ` yaml $(python) && $(track2)
19+ python-mode : create
20+ package-version : 1.0.0b1
21+ azure-arm : true
22+ license-header : MICROSOFT_MIT_NO_VERSION
23+ override-client-name : AVSClient
24+ namespace : azure.mgmt.avs
25+ package-name : azure-mgmt-avs
26+ clear-output-folder : true
27+ ` ` `
28+
29+ ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30+ no-namespace-folders : true
31+ output-folder : $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
32+ ` ` `
33+ ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
34+ basic-setup-py : true
35+ output-folder : $(python-sdks-folder)/compute/azure-mgmt-avs
36+ ` ` `
37+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
1938no-namespace-folders : true
2039output-folder : $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
2140` ` `
22- ` ` ` yaml $(python-mode) == 'create'
41+ ` ` ` yaml $(python) && $(python -mode) == 'create' && $(track2)
2342basic-setup-py : true
2443output-folder : $(python-sdks-folder)/compute/azure-mgmt-avs
2544` ` `
0 commit comments