File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed
specification/purview/resource-manager Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This is not used by Autorest itself.
5050
5151` ` ` yaml $(swagger-to-sdk)
5252swagger-to-sdk:
53- - repo: azure-sdk-for-python
53+ - repo: azure-sdk-for-python-track2
5454 - repo: azure-sdk-for-go
5555` ` `
5656
@@ -71,30 +71,7 @@ csharp:
7171
7272# # Python
7373
74- These settings apply only when `--python` is specified on the command line.
75- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
76- Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
77-
78- ` ` ` yaml $(python)
79- python-mode: create
80- python:
81- azure-arm: true
82- license-header: MICROSOFT_MIT_NO_VERSION
83- payload-flattening-threshold: 2
84- namespace: azure.mgmt.purview
85- package-name: azure-mgmt-purview
86- clear-output-folder: true
87- ` ` `
88- ` ` ` yaml $(python) && $(python-mode) == 'update'
89- python:
90- no-namespace-folders: true
91- output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview
92- ` ` `
93- ` ` ` yaml $(python) && $(python-mode) == 'create'
94- python:
95- basic-setup-py: true
96- output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview
97- ` ` `
74+ See configuration in [readme.python.md](./readme.python.md)
9875
9976# # Go
10077
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+ Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6+
7+ ``` yaml $(python) && $(track2)
8+ python-mode : create
9+ azure-arm : true
10+ license-header : MICROSOFT_MIT_NO_VERSION
11+ namespace : azure.mgmt.purview
12+ package-name : azure-mgmt-purview
13+ package-version : 1.0.0b1
14+ clear-output-folder : true
15+ ` ` `
16+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ no-namespace-folders : true
18+ output-folder : $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview
19+ ` ` `
20+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21+ basic-setup-py : true
22+ output-folder : $(python-sdks-folder)/purview/azure-mgmt-purview
23+ ` ` `
You can’t perform that action at this time.
0 commit comments