Skip to content

Commit

Permalink
Kusto t1 del (Azure#14889)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* t1 del

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
RAY-316 and msyyc authored Jun 18, 2021
1 parent 32933ef commit 0f72d7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
5 changes: 4 additions & 1 deletion specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-powershell
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-go
Expand All @@ -214,6 +213,10 @@ csharp:

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

## Python

See configuration in [readme.python.md](./readme.python.md)



## Suppression
Expand Down
23 changes: 1 addition & 22 deletions specification/azure-kusto/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,15 @@ These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python) && !$(track2)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.kusto
package-name: azure-mgmt-kusto
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(track2)
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.kusto
package-name: azure-mgmt-kusto
package-version: 0.1.0
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
Expand Down

0 comments on commit 0f72d7e

Please sign in to comment.