From 6bc044ffdbadecd9d344e614c1699550b551eb5a Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:57:21 +0800 Subject: [PATCH] Update readme.python.md --- specification/compute/resource-manager/readme.python.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index fa136eda202b..a1a92f907da5 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -35,7 +35,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) clear-output-folder: true batch: - - tag: package-2021-03-01 + - tag: package-2021-03-01-only - tag: package-2020-12-01-only - tag: package-2020-10-01-preview-only - tag: package-2020-09-30-only @@ -66,12 +66,12 @@ clear-output-folder: false perform-load: false ``` -### Tag: package-2021-03-01 +### Tag: package-2021-03-01-only -These settings apply only when `--tag=package-2021-03-01 --python` is specified on the command line. +These settings apply only when `--tag=package-2021-03-01-only --python` is specified on the command line. Please also specify `--python-sdks-folder=`. -``` yaml $(tag) == 'package-2021-03-01' +``` yaml $(tag) == 'package-2021-03-01-only' namespace: azure.mgmt.compute.v2021_03_01 output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_03_01 ```