@@ -85,62 +85,22 @@ This is not used by Autorest itself.
8585` ` ` yaml $(swagger-to-sdk)
8686swagger-to-sdk:
8787 - repo: azure-sdk-for-net
88- - repo: azure-sdk-for-python
88+ - repo: azure-sdk-for-python-track2
8989 - repo: azure-sdk-for-java
9090 - repo: azure-sdk-for-go
9191 - repo: azure-sdk-for-js
9292 - repo: azure-sdk-for-node
9393 - repo: azure-resource-manager-schemas
9494` ` `
9595
96- # # Python
97-
98- These settings apply only when `--python` is specified on the command line.
99- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
100- Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
101-
102- ` ` ` yaml $(python) && !$(track2)
103- python-mode: create
104- python:
105- azure-arm: true
106- license-header: MICROSOFT_MIT_NO_VERSION
107- payload-flattening-threshold: 2
108- namespace: azure.mgmt.advisor
109- package-name: azure-mgmt-advisor
110- package-version: 1.0.1
111- clear-output-folder: true
112- ` ` `
113-
114- ` ` ` yaml $(python) && $(track2)
115- python-mode: create
116- azure-arm: true
117- license-header: MICROSOFT_MIT_NO_VERSION
118- namespace: azure.mgmt.advisor
119- package-name: azure-mgmt-advisor
120- package-version: 9.0.0b1
121- clear-output-folder: true
122- ` ` `
123-
124- ` ` ` yaml $(python) && $(python-mode) == 'update'
125- no-namespace-folders: true
126- output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor/azure/mgmt/advisor
127- python:
128- no-namespace-folders: true
129- output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor/azure/mgmt/advisor
130- ` ` `
131-
132- ` ` ` yaml $(python) && $(python-mode) == 'create'
133- basic-setup-py: true
134- output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor
135- python:
136- basic-setup-py: true
137- output-folder: $(python-sdks-folder)/advisor/azure-mgmt-advisor
138- ` ` `
139-
14096# # Go
14197
14298See configuration in [readme.go.md](./readme.go.md)
14399
100+ # # Python
101+
102+ See configuration in [readme.python.md](./readme.python.md)
103+
144104# # C#
145105
146106These settings apply only when `--csharp` is specified on the command line.
0 commit comments