File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed
specification/operationsmanagement/resource-manager Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ swagger-to-sdk:
58
58
- repo: azure-sdk-for-go
59
59
- repo: azure-sdk-for-js
60
60
- repo: azure-sdk-for-node
61
- - repo: azure-sdk-for-python
61
+ - repo: azure-sdk-for-python-track2
62
62
- repo: azure-cli-extensions
63
63
- repo: azure-resource-manager-schemas
64
64
` ` `
Original file line number Diff line number Diff line change @@ -4,36 +4,16 @@ 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.operationsmanagement
14
- package-name : azure-mgmt-operationsmanagement
15
- package-version : 0.1.0
16
- clear-output-folder : true
17
- ` ` `
18
- ` ` ` yaml $(python) && $(track2)
7
+ ``` yaml $(python)
19
8
python-mode : create
20
9
azure-arm : true
21
10
license-header : MICROSOFT_MIT_NO_VERSION
22
11
namespace : azure.mgmt.operationsmanagement
23
12
package-name : azure-mgmt-operationsmanagement
24
- package-version : 0. 1.0
13
+ package-version : 1.0.0b1
25
14
clear-output-folder : true
26
15
` ` `
27
- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
28
- python :
29
- no-namespace-folders : true
30
- output-folder : $(python-sdks-folder)/operationsmanagement/azure-mgmt-operationsmanagement/azure/mgmt/operationsmanagement
31
- ` ` `
32
- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
33
- python :
34
- basic-setup-py : true
35
- output-folder : $(python-sdks-folder)/operationsmanagement/azure-mgmt-operationsmanagement
36
- ` ` `
16
+
37
17
` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
38
18
no-namespace-folders : true
39
19
output-folder : $(python-sdks-folder)/operationsmanagement/azure-mgmt-operationsmanagement/azure/mgmt/operationsmanagement
You can’t perform that action at this time.
0 commit comments