Skip to content

Commit 8cc6205

Browse files
RAY-316msyyc
authored andcommitted
Kusto t1 del (Azure#14889)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * t1 del Co-authored-by: msyyc <[email protected]>
1 parent a192cff commit 8cc6205

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

specification/azure-kusto/resource-manager/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ This is not used by Autorest itself.
187187
swagger-to-sdk:
188188
- repo: azure-powershell
189189
- repo: azure-sdk-for-net
190-
- repo: azure-sdk-for-python
191190
- repo: azure-sdk-for-python-track2
192191
- repo: azure-sdk-for-js
193192
- repo: azure-sdk-for-go
@@ -214,6 +213,10 @@ csharp:
214213

215214
See configuration in [readme.java.md](./readme.java.md)
216215

216+
## Python
217+
218+
See configuration in [readme.python.md](./readme.python.md)
219+
217220

218221

219222
## Suppression

specification/azure-kusto/resource-manager/readme.python.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,15 @@ 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: 2
13-
namespace: azure.mgmt.kusto
14-
package-name: azure-mgmt-kusto
15-
package-version: 0.1.0
16-
clear-output-folder: true
17-
```
187
``` yaml $(python) && $(track2)
198
python-mode: create
209
azure-arm: true
2110
license-header: MICROSOFT_MIT_NO_VERSION
2211
namespace: azure.mgmt.kusto
2312
package-name: azure-mgmt-kusto
24-
package-version: 0.1.0
13+
package-version: 1.0.0b1
2514
clear-output-folder: true
2615
```
27-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
28-
python:
29-
no-namespace-folders: true
30-
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
31-
```
32-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
33-
python:
34-
basic-setup-py: true
35-
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto
36-
```
3716
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
3817
no-namespace-folders: true
3918
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto

0 commit comments

Comments
 (0)