Skip to content

Commit ac39e62

Browse files
authored
[EventHub] Update readme.python (#18313)
* update readme.python * update readme
1 parent bcc31e5 commit ac39e62

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

specification/eventhub/resource-manager/readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ This is not used by Autorest itself.
181181
``` yaml $(swagger-to-sdk)
182182
swagger-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

specification/eventhub/resource-manager/readme.python.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@
22

33
These 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)
196
azure-arm: true
207
license-header: MICROSOFT_MIT_NO_VERSION
218
package-name: azure-mgmt-eventhub
@@ -29,17 +16,7 @@ modelerfour:
2916
3017
Generate 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)
4320
clear-output-folder: true
4421
batch:
4522
- tag: package-2021-11
@@ -53,7 +30,6 @@ batch:
5330
5431
``` yaml $(multiapiscript)
5532
output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/
56-
clear-output-folder: false
5733
perform-load: false
5834
```
5935

0 commit comments

Comments
 (0)