@@ -4,39 +4,22 @@ These settings apply only when `--python` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
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)
18
9
python-mode : create
19
10
azure-arm : true
20
11
license-header : MICROSOFT_MIT_NO_VERSION
21
12
namespace : azure.mgmt.subscription
22
13
package-name : azure-mgmt-subscription
14
+ package-version : 1.0.0b1
23
15
clear-output-folder : true
24
16
` ` `
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'
36
19
no-namespace-folders : true
37
20
output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
38
21
` ` `
39
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
+ ` ` ` yaml $(python) && $(python-mode) == 'create'
40
23
basic-setup-py : true
41
24
output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription
42
25
` ` `
0 commit comments