File tree Expand file tree Collapse file tree 1 file changed +6
-26
lines changed
specification/commerce/resource-manager Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 1
1
## Python
2
2
3
- These settings apply only when ` --track2 ` is specified on the command line.
3
+ These settings apply only when ` --python ` is specified on the command line.
4
+ Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
4
5
5
6
``` yaml $(python)
6
7
azure-arm : true
7
8
license-header : MICROSOFT_MIT_NO_VERSION
8
9
package-name : azure-mgmt-commerce
10
+ namespace : azure.mgmt.commerce
9
11
package-version : 1.0.0b1
10
- no-namespace-folders : true
11
- ` ` `
12
-
13
- ### Python multi-api
14
-
15
- Generate all API versions currently shipped for this package
16
-
17
- ` ` ` yaml $(python)
18
- multiapi : true
19
- default-api-version : 2015-06-01-preview
20
12
clear-output-folder : true
21
- batch :
22
- - tag : package-2015-06-preview
23
- - multiapiscript : true
24
13
` ` `
25
14
26
- ` ` ` yaml $(multiapiscript )
27
- output-folder : $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/
28
- perform-load : false
15
+ ` ` ` yaml $(python )
16
+ no-namespace-folders : true
17
+ output-folder : $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce
29
18
` ` `
30
19
31
- ### Tag: package-2015-06-preview and python
32
-
33
- These settings apply only when ` --tag=package-2015-06-preview --python` is specified on the command line.
34
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
35
-
36
- ` ` ` yaml $(tag) == 'package-2015-06-preview'
37
- namespace: azure.mgmt.commerce.v2015_06_01_preview
38
- output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/v2015_06_01_preview
39
- ` ` `
40
20
41
21
` ` ` yaml $(python)
42
22
modelerfour :
You can’t perform that action at this time.
0 commit comments