Skip to content

Commit 8c8839f

Browse files
authored
redis t1 del (Azure#15340)
1 parent cc5b287 commit 8c8839f

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

specification/redis/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This is not used by Autorest itself.
113113
``` yaml $(swagger-to-sdk)
114114
swagger-to-sdk:
115115
- repo: azure-sdk-for-net
116-
- repo: azure-sdk-for-python
116+
- repo: azure-sdk-for-python-track2
117117
- repo: azure-sdk-for-java
118118
- repo: azure-sdk-for-go
119119
- repo: azure-sdk-for-js

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ 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.redis
14-
package-name: azure-mgmt-redis
15-
package-version: 5.0.0
16-
clear-output-folder: true
17-
```
187

198
``` yaml $(python) && $(track2)
209
python-mode: update
@@ -26,18 +15,6 @@ package-version: 12.0.0b1
2615
clear-output-folder: true
2716
```
2817
29-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30-
python:
31-
no-namespace-folders: true
32-
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis
33-
```
34-
35-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
36-
python:
37-
basic-setup-py: true
38-
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis
39-
```
40-
4118
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
4219
no-namespace-folders: true
4320
output-folder: $(python-sdks-folder)/redis/azure-mgmt-redis/azure/mgmt/redis

0 commit comments

Comments
 (0)