Skip to content

Commit 5151ac9

Browse files
RAY-316msyyc
authored andcommitted
Web t1 del (Azure#14885)
* 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>
1 parent 5f67075 commit 5151ac9

File tree

2 files changed

+2
-70
lines changed

2 files changed

+2
-70
lines changed

specification/web/resource-manager/readme.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,12 +1355,6 @@ This is not used by Autorest itself.
13551355
``` yaml $(swagger-to-sdk)
13561356
swagger-to-sdk:
13571357
- repo: azure-sdk-for-net
1358-
- repo: azure-sdk-for-python
1359-
autorest_options:
1360-
use: "@microsoft.azure/autorest.python@4.0.70"
1361-
after_scripts:
1362-
- python ./scripts/multiapi_init_gen.py azure-mgmt-web
1363-
- python ./scripts/trim_aio.py ./sdk/appservice/azure-mgmt-web
13641358
- repo: azure-sdk-for-python-track2
13651359
- repo: azure-sdk-for-java
13661360
- repo: azure-sdk-for-go

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

Lines changed: 2 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@ 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-
package-name: azure-mgmt-web
14-
package-version: 0.42.0
15-
clear-output-folder: true
16-
no-namespace-folders: true
17-
```
187

19-
``` yaml $(python) && $(track2)
8+
``` yaml $(python)
209
azure-arm: true
2110
license-header: MICROSOFT_MIT_NO_VERSION
2211
package-name: azure-mgmt-web
@@ -28,23 +17,8 @@ no-namespace-folders: true
2817
2918
Generate all API versions currently shipped for this package
3019
31-
```yaml $(python) && $(multiapi) && !$(track2)
32-
batch:
33-
- tag: package-2021-01-only
34-
- tag: package-2020-12-only
35-
- tag: package-2020-09-only
36-
- tag: package-2020-06-only
37-
- tag: package-2019-08-only
38-
- tag: package-2018-11-only
39-
- tag: package-2018-02-only
40-
- tag: package-2016-09-only
41-
- tag: package-2016-08-only
42-
- tag: package-2016-03-only
43-
- tag: package-2015-08-only
44-
- tag: package-2015-04-only
45-
```
4620
47-
```yaml $(python) && $(multiapi) && $(track2)
21+
```yaml $(python) && $(multiapi)
4822
clear-output-folder: true
4923
batch:
5024
- tag: package-2021-01-only
@@ -76,9 +50,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
7650
``` yaml $(tag) == 'package-2021-01-only' && $(python)
7751
namespace: azure.mgmt.web.v2021_01_01
7852
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
79-
python:
80-
namespace: azure.mgmt.web.v2021_01_01
81-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
8253
```
8354

8455
### Tag: package-2020-12-only and python
@@ -89,9 +60,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
8960
``` yaml $(tag) == 'package-2020-12-only' && $(python)
9061
namespace: azure.mgmt.web.v2020_12_01
9162
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_12_01
92-
python:
93-
namespace: azure.mgmt.web.v2020_12_01
94-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_12_01
9563
```
9664

9765
### Tag: package-2020-09-only and python
@@ -102,9 +70,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
10270
``` yaml $(tag) == 'package-2020-09-only' && $(python)
10371
namespace: azure.mgmt.web.v2020_09_01
10472
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_09_01
105-
python:
106-
namespace: azure.mgmt.web.v2020_09_01
107-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_09_01
10873
```
10974

11075
### Tag: package-2020-06-only and python
@@ -115,9 +80,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
11580
``` yaml $(tag) == 'package-2020-06-only' && $(python)
11681
namespace: azure.mgmt.web.v2020_06_01
11782
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_06_01
118-
python:
119-
namespace: azure.mgmt.web.v2020_06_01
120-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2020_06_01
12183
```
12284

12385
### Tag: package-2019-08-only and python
@@ -128,9 +90,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
12890
``` yaml $(tag) == 'package-2019-08-only' && $(python)
12991
namespace: azure.mgmt.web.v2019_08_01
13092
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2019_08_01
131-
python:
132-
namespace: azure.mgmt.web.v2019_08_01
133-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2019_08_01
13493
```
13594

13695
### Tag: package-2018-11-only and python
@@ -141,9 +100,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
141100
``` yaml $(tag) == 'package-2018-11-only' && $(python)
142101
namespace: azure.mgmt.web.v2018_11_01
143102
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_11_01
144-
python:
145-
namespace: azure.mgmt.web.v2018_11_01
146-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_11_01
147103
```
148104

149105
### Tag: package-2018-02-only and python
@@ -154,9 +110,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
154110
``` yaml $(tag) == 'package-2018-02-only' && $(python)
155111
namespace: azure.mgmt.web.v2018_02_01
156112
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01
157-
python:
158-
namespace: azure.mgmt.web.v2018_02_01
159-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01
160113
```
161114

162115
### Tag: package-2016-09-only and python
@@ -167,9 +120,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
167120
``` yaml $(tag) == 'package-2016-09-only' && $(python)
168121
namespace: azure.mgmt.web.v2016_09_01
169122
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_09_01
170-
python:
171-
namespace: azure.mgmt.web.v2016_09_01
172-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_09_01
173123
```
174124

175125
### Tag: package-2016-08-only and python
@@ -180,9 +130,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
180130
``` yaml $(tag) == 'package-2016-08-only' && $(python)
181131
namespace: azure.mgmt.web.v2016_08_01
182132
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01
183-
python:
184-
namespace: azure.mgmt.web.v2016_08_01
185-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01
186133
```
187134

188135
### Tag: package-2016-03-only and python
@@ -193,9 +140,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
193140
``` yaml $(tag) == 'package-2016-03-only' && $(python)
194141
namespace: azure.mgmt.web.v2016_03_01
195142
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_03_01
196-
python:
197-
namespace: azure.mgmt.web.v2016_03_01
198-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2016_03_01
199143
```
200144

201145
### Tag: package-2015-08-only and python
@@ -206,9 +150,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
206150
``` yaml $(tag) == 'package-2015-08-only' && $(python)
207151
namespace: azure.mgmt.web.v2015_08_01
208152
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_08_01
209-
python:
210-
namespace: azure.mgmt.web.v2015_08_01
211-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_08_01
212153
```
213154

214155
### Tag: package-2015-04-only and python
@@ -219,7 +160,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
219160
``` yaml $(tag) == 'package-2015-04-only' && $(python)
220161
namespace: azure.mgmt.web.v2015_04_01
221162
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_04_01
222-
python:
223-
namespace: azure.mgmt.web.v2015_04_01
224-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2015_04_01
225163
```

0 commit comments

Comments
 (0)