From d1f605b4ee7f84c166f76237443e4f6c0ba15ed9 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Tue, 3 Aug 2021 10:02:56 +0800 Subject: [PATCH 1/2] Update web readme and readme.python --- specification/web/resource-manager/readme.md | 2 +- specification/web/resource-manager/readme.python.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index 3ca278652c6d..a79b4b38769a 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -57,7 +57,7 @@ directive: ### Tag: package-2021-01-15 -These settings apply only when `--tag=package-2021-01-15` is specified on the command line. +These settings apply only when `--tag=package-2021-01-15` or `--tag=package-2021-01-15-only` is specified on the command line. NOTE: Currently these tags are the same, but it will need to be split if any files from folders other than 2021-06-01 are included. ```yaml $(tag) == 'package-2021-01-15' input-file: 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. From ab10136c6527272b5799f06aa723b3e3c8253233 Mon Sep 17 00:00:00 2001 From: BigCat20196 <1095260342@qq.com> Date: Tue, 3 Aug 2021 10:56:19 +0800 Subject: [PATCH 2/2] Update readme --- specification/web/resource-manager/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index a79b4b38769a..9b43273bd834 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -57,9 +57,9 @@ directive: ### Tag: package-2021-01-15 -These settings apply only when `--tag=package-2021-01-15` or `--tag=package-2021-01-15-only` is specified on the command line. NOTE: Currently these tags are the same, but it will need to be split if any files from folders other than 2021-06-01 are included. +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