File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
specification/migrate/resource-manager Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ This is not used by Autorest itself.
318318swagger-to-sdk:
319319 - repo: azure-sdk-for-net-track2
320320 - repo: azure-sdk-for-go
321+ - repo: azure-sdk-for-python
321322 - repo: azure-sdk-for-js
322323 - repo: azure-sdk-for-node
323324 - repo: azure-resource-manager-schemas
@@ -327,3 +328,7 @@ swagger-to-sdk:
327328# # Go
328329
329330See configuration in [readme.go.md](./readme.go.md)
331+
332+ # # Python
333+
334+ See configuration in [readme.python.md](./readme.python.md)
Original file line number Diff line number Diff line change 1+ ## Python
2+
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> ` .
5+
6+ ``` yaml $(python)
7+ azure-arm : true
8+ license-header : MICROSOFT_MIT_NO_VERSION
9+ package-name : azure-mgmt-migrate
10+ namespace : azure.mgmt.migrate
11+ package-version : 1.0.0b1
12+ clear-output-folder : true
13+ ` ` `
14+
15+ ` ` ` yaml $(python)
16+ no-namespace-folders : true
17+ output-folder : $(python-sdks-folder)/migrate/azure-mgmt-migrate/azure/mgmt/migrate
18+ ` ` `
19+
20+ ` ` ` yaml $(python)
21+ modelerfour :
22+ flatten-models : false
23+ ` ` `
You can’t perform that action at this time.
0 commit comments