File tree Expand file tree Collapse file tree 2 files changed +2
-56
lines changed
specification/quota/resource-manager Expand file tree Collapse file tree 2 files changed +2
-56
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This is not used by Autorest itself.
69
69
` ` ` yaml $(swagger-to-sdk)
70
70
swagger-to-sdk:
71
71
- repo: azure-sdk-for-net
72
- - repo: azure-sdk-for-python
72
+ - repo: azure-sdk-for-python-track2
73
73
- repo: azure-sdk-for-java
74
74
- repo: azure-sdk-for-go
75
75
- repo: azure-sdk-for-js
@@ -98,36 +98,6 @@ csharp:
98
98
99
99
# # Python
100
100
101
- These settings apply only when `--python` is specified on the command line.
102
- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
103
- Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
104
-
105
- ` ` ` yaml $(python)
106
- python-mode: create
107
- python:
108
- azure-arm: true
109
- license-header: MICROSOFT_MIT_NO_VERSION
110
- payload-flattening-threshold: 2
111
- namespace: azure.mgmt.quota
112
- package-name: azure-mgmt-quota
113
- package-version: 0.1.0
114
- clear-output-folder: true
115
- ` ` `
116
-
117
- ` ` ` yaml $(python) && $(python-mode) == 'update'
118
- python:
119
- no-namespace-folders: true
120
- output-folder: $(python-sdks-folder)/quota/azure-mgmt-quota/azure/mgmt/quota
121
- ` ` `
122
-
123
- ` ` ` yaml $(python) && $(python-mode) == 'create'
124
- python:
125
- basic-setup-py: true
126
- output-folder: $(python-sdks-folder)/quota/azure-mgmt-quota
127
- ` ` `
128
-
129
- # # Python
130
-
131
101
See configuration in [readme.python.md](./readme.python.md)
132
102
133
103
# # CLI
Original file line number Diff line number Diff line change @@ -4,40 +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.quota
14
- package-name : azure-mgmt-quota
15
- package-version : 0.1.0
16
- clear-output-folder : true
17
- ` ` `
18
-
19
7
``` yaml $(python) && $(track2)
20
8
python-mode : create
21
9
azure-arm : true
22
10
license-header : MICROSOFT_MIT_NO_VERSION
23
11
namespace : azure.mgmt.quota
24
12
package-name : azure-mgmt-quota
25
- package-version : 0. 1.0
13
+ package-version : 1.0.0b1
26
14
clear-output-folder : true
27
15
` ` `
28
16
29
- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30
- python :
31
- no-namespace-folders : true
32
- output-folder : $(python-sdks-folder)/quota/azure-mgmt-quota/azure/mgmt/quota
33
- ` ` `
34
-
35
- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
36
- python :
37
- basic-setup-py : true
38
- output-folder : $(python-sdks-folder)/quota/azure-mgmt-quota
39
- ` ` `
40
-
41
17
` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
42
18
no-namespace-folders : true
43
19
output-folder : $(python-sdks-folder)/quota/azure-mgmt-quota/azure/mgmt/quota
You can’t perform that action at this time.
0 commit comments