diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index d758cdc17af1..f3e023b0423a 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -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 diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index f582b61b6176..63194c70f572 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -4,19 +4,8 @@ These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=`. 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 @@ -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 @@ -76,9 +50,6 @@ Please also specify `--python-sdks-folder=