Skip to content

Commit

Permalink
redis t1 del (#15340)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAY-316 authored Jul 26, 2021
1 parent cc5b287 commit 8c8839f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion specification/redis/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
Expand Down
23 changes: 0 additions & 23 deletions specification/redis/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ 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.redis
package-name: azure-mgmt-redis
package-version: 5.0.0
clear-output-folder: true
```

``` yaml $(python) && $(track2)
python-mode: update
Expand All @@ -26,18 +15,6 @@ package-version: 12.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
Expand Down

0 comments on commit 8c8839f

Please sign in to comment.