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.
181
181
` ` ` yaml $(swagger-to-sdk)
182
182
swagger-to-sdk:
183
183
- repo: azure-sdk-for-net
184
- - repo: azure-sdk-for-python
185
- after_scripts:
186
- - python ./scripts/multiapi_init_gen.py azure-mgmt-eventhub
187
184
- repo: azure-sdk-for-python-track2
188
185
- repo: azure-sdk-for-java
189
186
- repo: azure-sdk-for-go
Original file line number Diff line number Diff line change 2
2
3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
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)
19
6
azure-arm : true
20
7
license-header : MICROSOFT_MIT_NO_VERSION
21
8
package-name : azure-mgmt-eventhub
@@ -29,17 +16,7 @@ modelerfour:
29
16
30
17
Generate all API versions currently shipped for this package
31
18
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)
43
20
clear-output-folder : true
44
21
batch :
45
22
- tag : package-2021-11
53
30
54
31
` ` ` yaml $(multiapiscript)
55
32
output-folder : $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/
56
- clear-output-folder: false
57
33
perform-load : false
58
34
` ` `
59
35
You can’t perform that action at this time.
0 commit comments