File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
specification/sql/resource-manager Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -1425,7 +1425,6 @@ This is not used by Autorest itself.
1425
1425
` ` ` yaml $(swagger-to-sdk)
1426
1426
swagger-to-sdk:
1427
1427
- repo: azure-sdk-for-net
1428
- - repo: azure-sdk-for-python
1429
1428
- repo: azure-sdk-for-python-track2
1430
1429
- repo: azure-sdk-for-java
1431
1430
- repo: azure-sdk-for-go
Original file line number Diff line number Diff line change @@ -4,17 +4,6 @@ These settings apply only when `--python` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
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
- ` ` `
18
7
19
8
``` yaml $(python) && $(track2)
20
9
python-mode : create
@@ -28,18 +17,6 @@ modelerfour:
28
17
lenient-model-deduplication : true
29
18
` ` `
30
19
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
-
43
20
` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
44
21
no-namespace-folders : true
45
22
output-folder : $(python-sdks-folder)/sql/azure-mgmt-sql/azure/mgmt/sql
You can’t perform that action at this time.
0 commit comments