Skip to content

Commit 8de7115

Browse files
RAY-316msyyc
authored andcommitted
Eventhub t1 del (Azure#14861)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * t1 config del Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
1 parent d1976f1 commit 8de7115

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

specification/eventgrid/resource-manager/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ This is not used by Autorest itself.
183183
``` yaml $(swagger-to-sdk)
184184
swagger-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

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

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,8 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--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)
199
python-mode: create
2010
azure-arm: true
2111
license-header: MICROSOFT_MIT_NO_VERSION
@@ -25,17 +15,6 @@ package-version: 2.2.0
2515
clear-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)
4019
no-namespace-folders: true
4120
output-folder: $(python-sdks-folder)/eventgrid/azure-mgmt-eventgrid/azure/mgmt/eventgrid

0 commit comments

Comments
 (0)