diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index 3ca278652c6d..9b43273bd834 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -59,7 +59,7 @@ directive: These settings apply only when `--tag=package-2021-01-15` is specified on the command line. -```yaml $(tag) == 'package-2021-01-15' +```yaml $(tag) == 'package-2021-01-15' || $(tag) == 'package-2021-01-15-only' input-file: - Microsoft.CertificateRegistration/stable/2021-01-15/AppServiceCertificateOrders.json - Microsoft.CertificateRegistration/stable/2021-01-15/CertificateOrdersDiagnostics.json diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index 63194c70f572..76a2702606eb 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-01-15-only - tag: package-2021-01-only - tag: package-2020-12-only - tag: package-2020-09-only @@ -42,6 +43,16 @@ clear-output-folder: false perform-load: false ``` +### 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. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-01-15-only' && $(python) +namespace: azure.mgmt.web.v2021_01_15 +output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_01_15 +``` + ### Tag: package-2021-01-only and python These settings apply only when `--tag=package-2021-01-only --python` is specified on the command line.