File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed
specification/eventgrid/resource-manager Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ This is not used by Autorest itself.
183183` ` ` yaml $(swagger-to-sdk)
184184swagger-to-sdk:
185185 - repo: azure-sdk-for-net
186- - repo: azure-sdk-for-python
187186 - repo: azure-sdk-for-python-track2
188187 - repo: azure-sdk-for-java
189188 - repo: azure-sdk-for-go
Original file line number Diff line number Diff line change @@ -4,18 +4,8 @@ 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 : 1
13- namespace : azure.mgmt.eventgrid
14- package-name : azure-mgmt-eventgrid
15- package-version : 2.2.0
16- clear-output-folder : true
17- ` ` `
18- ` ` ` yaml $(python) && $(track2)
7+
8+ ``` yaml $(python)
199python-mode : create
2010azure-arm : true
2111license-header : MICROSOFT_MIT_NO_VERSION
@@ -25,17 +15,6 @@ package-version: 2.2.0
2515clear-output-folder : true
2616` ` `
2717
28- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
29- python :
30- no-namespace-folders : true
31- output-folder : $(python-sdks-folder)/eventgrid/azure-mgmt-eventgrid/azure/mgmt/eventgrid
32- ` ` `
33-
34- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
35- python :
36- basic-setup-py : true
37- output-folder : $(python-sdks-folder)/eventgrid/azure-mgmt-eventgrid
38- ` ` `
3918` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
4019no-namespace-folders : true
4120output-folder : $(python-sdks-folder)/eventgrid/azure-mgmt-eventgrid/azure/mgmt/eventgrid
You can’t perform that action at this time.
0 commit comments