Skip to content

Commit 79e3481

Browse files
RAY-316msyyc
authored andcommitted
Subscription t1 del (Azure#14886)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * t1 config del Co-authored-by: msyyc <[email protected]>
1 parent 67b6e2f commit 79e3481

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

specification/subscription/resource-manager/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,16 @@ This is not used by Autorest itself.
129129
swagger-to-sdk:
130130
- repo: azure-sdk-for-net
131131
- repo: azure-sdk-for-go
132-
- repo: azure-sdk-for-python
132+
- repo: azure-sdk-for-python-track2
133133
- repo: azure-sdk-for-node
134134
- repo: azure-sdk-for-js
135135
- repo: azure-cli-extensions
136136
- repo: azure-resource-manager-schemas
137137
```
138138

139+
## Pyhton
140+
141+
See configuration in [readme.pyhton.md](./readme.python.md)
139142

140143
## Go
141144

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

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,22 @@ 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.subscription
14-
package-name: azure-mgmt-subscription
15-
clear-output-folder: true
16-
```
17-
``` yaml $(python) && $(track2)
7+
8+
``` yaml $(python)
189
python-mode: create
1910
azure-arm: true
2011
license-header: MICROSOFT_MIT_NO_VERSION
2112
namespace: azure.mgmt.subscription
2213
package-name: azure-mgmt-subscription
14+
package-version: 1.0.0b1
2315
clear-output-folder: true
2416
```
25-
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
26-
python:
27-
no-namespace-folders: true
28-
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
29-
```
30-
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
31-
python:
32-
basic-setup-py: true
33-
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription
34-
```
35-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
18+
``` yaml $(python) && $(python-mode) == 'update'
3619
no-namespace-folders: true
3720
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
3821
```
39-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22+
``` yaml $(python) && $(python-mode) == 'create'
4023
basic-setup-py: true
4124
output-folder: $(python-sdks-folder)/subscription/azure-mgmt-subscription
4225
```

0 commit comments

Comments
 (0)