@@ -4,39 +4,22 @@ 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.subscription
14- package-name : azure-mgmt-subscription
15- clear-output-folder : true
16- ` ` `
17- ` ` ` yaml $(python) && $(track2)
7+
8+ ``` yaml $(python)
189python-mode : create
1910azure-arm : true
2011license-header : MICROSOFT_MIT_NO_VERSION
2112namespace : azure.mgmt.subscription
2213package-name : azure-mgmt-subscription
14+ package-version : 1.0.0b1
2315clear-output-folder : true
2416` ` `
25- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
26- python :
27- no-namespace-folders : true
28- output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
29- ` ` `
30- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
31- python :
32- basic-setup-py : true
33- output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription
34- ` ` `
35- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
18+ ` ` ` yaml $(python) && $(python-mode) == 'update'
3619no-namespace-folders : true
3720output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
3821` ` `
39- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22+ ` ` ` yaml $(python) && $(python-mode) == 'create'
4023basic-setup-py : true
4124output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription
4225` ` `
0 commit comments