Skip to content

Commit

Permalink
Web t1 del (#14885)
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 a6302e8 commit f43642a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 70 deletions.
6 changes: 0 additions & 6 deletions specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1355,12 +1355,6 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
autorest_options:
use: "@microsoft.azure/autorest.python@4.0.70"
after_scripts:
- python ./scripts/multiapi_init_gen.py azure-mgmt-web
- python ./scripts/trim_aio.py ./sdk/appservice/azure-mgmt-web
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
66 changes: 2 additions & 64 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@ 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
package-name: azure-mgmt-web
package-version: 0.42.0
clear-output-folder: true
no-namespace-folders: true
```

``` yaml $(python) && $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-web
Expand All @@ -28,23 +17,8 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && !$(track2)
batch:
- tag: package-2021-01-only
- tag: package-2020-12-only
- tag: package-2020-09-only
- tag: package-2020-06-only
- tag: package-2019-08-only
- tag: package-2018-11-only
- tag: package-2018-02-only
- tag: package-2016-09-only
- tag: package-2016-08-only
- tag: package-2016-03-only
- tag: package-2015-08-only
- tag: package-2015-04-only
```
```yaml $(python) && $(multiapi) && $(track2)
```yaml $(python) && $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-01-only
Expand Down Expand Up @@ -76,9 +50,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2021-01-only' && $(python)
namespace: azure.mgmt.web.v2021_01_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
python:
namespace: azure.mgmt.web.v2021_01_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_01
```

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit f43642a

Please sign in to comment.