From 716adefbbcefe848196de00308920e6eedfebe56 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Tue, 31 Jan 2023 11:24:52 +0800 Subject: [PATCH] Update readme.python.md (#22376) --- .../databoxedge/resource-manager/readme.python.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/databoxedge/resource-manager/readme.python.md b/specification/databoxedge/resource-manager/readme.python.md index 9e3dafb58b02..4b4a250224ca 100644 --- a/specification/databoxedge/resource-manager/readme.python.md +++ b/specification/databoxedge/resource-manager/readme.python.md @@ -23,6 +23,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true batch: + - tag: package-2022-03-01 - tag: package-2021-02-01 - tag: package-2021-02-01-preview - tag: package-2020-12-01 @@ -39,6 +40,15 @@ batch: output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/ perform-load: false ``` +### Tag: package-2022-03-01 and python + +These settings apply only when `--tag=package-2022-03-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-03-01' && $(python) +namespace: azure.mgmt.databoxedge.v2022_03_01 +output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2022_03_01 +``` ### Tag: package-2021-02-01 and python These settings apply only when `--tag=package-2021-02-01 --python` is specified on the command line.