File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed
specification/billing/resource-manager Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ This is not used by Autorest itself.
105105` ` ` yaml $(swagger-to-sdk)
106106swagger-to-sdk:
107107 - repo: azure-sdk-for-net
108- - repo: azure-sdk-for-python
108+ - repo: azure-sdk-for-python-track2
109109 - repo: azure-sdk-for-java
110110 - repo: azure-sdk-for-go
111111 - repo: azure-sdk-for-js
@@ -132,6 +132,10 @@ csharp:
132132 clear-output-folder: true
133133` ` `
134134
135+ # # Python
136+
137+ See configuration in [readme.python.md](./readme.python.md)
138+
135139# # Go
136140
137141See configuration in [readme.go.md](./readme.go.md)
Original file line number Diff line number Diff line change @@ -6,22 +6,19 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
66
77``` yaml $(python)
88python-mode : create
9- python :
10- azure-arm : true
11- license-header : MICROSOFT_MIT_NO_VERSION
12- payload-flattening-threshold : 2
13- namespace : azure.mgmt.billing
14- package-name : azure-mgmt-billing
15- package-version : 0.3.0
16- clear-output-folder : true
9+ azure-arm : true
10+ license-header : MICROSOFT_MIT_NO_VERSION
11+ namespace : azure.mgmt.billing
12+ package-name : azure-mgmt-billing
13+ package-version : 0.3.0
14+ clear-output-folder : true
1715` ` `
1816` ` ` yaml $(python) && $(python-mode) == 'update'
19- python :
20- no-namespace-folders : true
21- output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing
17+ no-namespace-folders : true
18+ output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing
2219` ` `
20+
2321` ` ` yaml $(python) && $(python-mode) == 'create'
24- python :
25- basic-setup-py : true
26- output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing
22+ basic-setup-py : true
23+ output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing
2724` ` `
You can’t perform that action at this time.
0 commit comments