File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
specification/recoveryservicessiterecovery/resource-manager Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ This is not used by Autorest itself.
135135` ` ` yaml $(swagger-to-sdk)
136136swagger-to-sdk:
137137 - repo: azure-sdk-for-net
138- - repo: azure-sdk-for-python
138+ - repo: azure-sdk-for-python-track2
139139 - repo: azure-sdk-for-java
140140 - repo: azure-sdk-for-go
141141 - repo: azure-sdk-for-js
@@ -165,6 +165,10 @@ csharp:
165165
166166See configuration in [readme.go.md](./readme.go.md)
167167
168+ # # Python
169+
170+ See configuration in [readme.python.md](./readme.python.md)
171+
168172# # Java
169173
170174See configuration in [readme.java.md](./readme.java.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) && $(track2)
7+ azure-arm : true
8+ license-header : MICROSOFT_MIT_NO_VERSION
9+ namespace : azure.mgmt.recoveryservicessiterecovery
10+ package-name : azure-mgmt-recoveryservicessiterecovery
11+ package-version : 1.0.0b1
12+ clear-output-folder : true
13+ ` ` `
14+
15+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ no-namespace-folders : true
17+ output-folder : $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicessiterecovery/azure/mgmt/recoveryservicessiterecovery
18+ ` ` `
19+
20+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21+ basic-setup-py : true
22+ output-folder : $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicessiterecovery
23+ ` ` `
You can’t perform that action at this time.
0 commit comments