Skip to content

Commit

Permalink
Subscription t1 del (#14886)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
RAY-316 and msyyc authored Jun 18, 2021
1 parent cb2e539 commit 12d368f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
5 changes: 4 additions & 1 deletion specification/subscription/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,16 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-cli-extensions
- repo: azure-resource-manager-schemas
```

## Pyhton

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

## Go

Expand Down
29 changes: 6 additions & 23 deletions specification/subscription/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,22 @@ 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.subscription
package-name: azure-mgmt-subscription
clear-output-folder: true
```
``` yaml $(python) && $(track2)

``` yaml $(python)
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.subscription
package-name: azure-mgmt-subscription
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)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription
```

0 comments on commit 12d368f

Please sign in to comment.