diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index 76a2702606eb..0cab10131550 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) clear-output-folder: true batch: + - tag: package-2021-02-only - tag: package-2021-01-15-only - tag: package-2021-01-only - tag: package-2020-12-only @@ -43,6 +44,16 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-02-only and python + +These settings apply only when `--tag=package-2021-02-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-02-only' && $(python) +namespace: azure.mgmt.web.v2021_02_01 +output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01 +``` + ### Tag: package-2021-01-15-only and python These settings apply only when `--tag=package-2021-01-15-only --python` is specified on the command line.