Skip to content

Commit 12b3370

Browse files
RAY-316msyyc
andauthored
Sql t1 del (#15431)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * del t1 Co-authored-by: msyyc <[email protected]>
1 parent d81e316 commit 12b3370

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

specification/sql/resource-manager/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,6 @@ This is not used by Autorest itself.
14251425
``` yaml $(swagger-to-sdk)
14261426
swagger-to-sdk:
14271427
- repo: azure-sdk-for-net
1428-
- repo: azure-sdk-for-python
14291428
- repo: azure-sdk-for-python-track2
14301429
- repo: azure-sdk-for-java
14311430
- repo: azure-sdk-for-go

specification/sql/resource-manager/readme.python.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && !$(track2)
8-
python-mode: create
9-
python:
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
namespace: azure.mgmt.sql
14-
package-name: azure-mgmt-sql
15-
package-version: 0.9.0
16-
clear-output-folder: true
17-
```
187

198
``` yaml $(python) && $(track2)
209
python-mode: create
@@ -28,18 +17,6 @@ modelerfour:
2817
lenient-model-deduplication: true
2918
```
3019
31-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
32-
python:
33-
no-namespace-folders: true
34-
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sql/azure/mgmt/sql
35-
```
36-
37-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
38-
python:
39-
basic-setup-py: true
40-
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sql
41-
```
42-
4320
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
4421
no-namespace-folders: true
4522
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sql/azure/mgmt/sql

0 commit comments

Comments
 (0)