File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed
specification/redis/resource-manager Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ This is not used by Autorest itself.
113113` ` ` yaml $(swagger-to-sdk)
114114swagger-to-sdk:
115115 - repo: azure-sdk-for-net
116- - repo: azure-sdk-for-python
116+ - repo: azure-sdk-for-python-track2
117117 - repo: azure-sdk-for-java
118118 - repo: azure-sdk-for-go
119119 - repo: azure-sdk-for-js
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.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --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.redis
14- package-name : azure-mgmt-redis
15- package-version : 5.0.0
16- clear-output-folder : true
17- ` ` `
187
198``` yaml $(python) && $(track2)
209python-mode : update
@@ -26,18 +15,6 @@ package-version: 12.0.0b1
2615clear-output-folder : true
2716` ` `
2817
29- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30- python :
31- no-namespace-folders : true
32- output-folder : $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
33- ` ` `
34-
35- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
36- python :
37- basic-setup-py : true
38- output-folder : $(python-sdks-folder)/redis/azure-mgmt-redis
39- ` ` `
40-
4118` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
4219no-namespace-folders : true
4320output-folder : $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
You can’t perform that action at this time.
0 commit comments