File tree Expand file tree Collapse file tree 2 files changed +2
-29
lines changed
specification/eventhub/resource-manager Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,6 @@ This is not used by Autorest itself.
181181` ` ` yaml $(swagger-to-sdk)
182182swagger-to-sdk:
183183 - repo: azure-sdk-for-net
184- - repo: azure-sdk-for-python
185- after_scripts:
186- - python ./scripts/multiapi_init_gen.py azure-mgmt-eventhub
187184 - repo: azure-sdk-for-python-track2
188185 - repo: azure-sdk-for-java
189186 - repo: azure-sdk-for-go
Original file line number Diff line number Diff line change 22
33These settings apply only when ` --python ` is specified on the command line.
44
5- ``` yaml !$(track2)
6- python :
7- azure-arm : true
8- license-header : MICROSOFT_MIT_NO_VERSION
9- payload-flattening-threshold : 2
10- package-name : azure-mgmt-eventhub
11- package-version : 0.1.0
12- clear-output-folder : true
13- no-namespace-folders : true
14- ` ` `
15-
16- These settings apply only when ` --track2` is specified on the command line.
17-
18- ` ` ` yaml $(track2)
5+ ``` yaml $(python)
196azure-arm : true
207license-header : MICROSOFT_MIT_NO_VERSION
218package-name : azure-mgmt-eventhub
@@ -29,17 +16,7 @@ modelerfour:
2916
3017Generate all API versions currently shipped for this package
3118
32- ` ` ` yaml $(multiapi) && !$(track2)
33- batch:
34- - tag: package-2021-11
35- - tag: package-2021-06-preview
36- - tag: package-2021-01-preview
37- - tag: package-2018-01-preview
38- - tag: package-2017-04
39- - tag: package-2015-08
40- ` ` `
41-
42- ` ` ` yaml $(multiapi) && $(track2)
19+ ` ` ` yaml $(multiapi) && $(python)
4320clear-output-folder : true
4421batch :
4522 - tag : package-2021-11
5330
5431` ` ` yaml $(multiapiscript)
5532output-folder : $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/
56- clear-output-folder: false
5733perform-load : false
5834` ` `
5935
You can’t perform that action at this time.
0 commit comments