From 587ab0686fac2efbf3607d26294d73b4559dcaa6 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:55:01 +0800 Subject: [PATCH] config readme (#17276) * config readme * Update readme.md --- specification/web/resource-manager/readme.md | 2 +- specification/web/resource-manager/readme.python.md | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index b3fbdbf27abf..0d2b3bbbe3ec 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -68,7 +68,7 @@ directive: These settings apply only when `--tag=package-2021-03` is specified on the command line. -```yaml $(tag) == 'package-2021-03' +```yaml $(tag) == 'package-2021-03' || $(tag) == 'package-2021-03-only' input-file: - Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json - Microsoft.CertificateRegistration/stable/2021-03-01/CertificateOrdersDiagnostics.json diff --git a/specification/web/resource-manager/readme.python.md b/specification/web/resource-manager/readme.python.md index dbf836acd303..800a64b7b773 100644 --- a/specification/web/resource-manager/readme.python.md +++ b/specification/web/resource-manager/readme.python.md @@ -21,7 +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-03-only - tag: package-2021-01-15-only - tag: package-2021-01-only - tag: package-2020-12-only @@ -54,16 +54,6 @@ namespace: azure.mgmt.web.v2021_03_01 output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_03_01 ``` -### 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.