From bd191f9f32f6dfc1b5aca9732396bbda62af1a90 Mon Sep 17 00:00:00 2001 From: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:12:49 +0800 Subject: [PATCH] Update readme.python.md --- .../servicebus/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/servicebus/resource-manager/readme.python.md b/specification/servicebus/resource-manager/readme.python.md index 8f6c4b8983c0..65d21eca6810 100644 --- a/specification/servicebus/resource-manager/readme.python.md +++ b/specification/servicebus/resource-manager/readme.python.md @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-2021-11 - tag: package-2021-06-preview - tag: package-2021-01-preview - tag: package-2018-01-preview @@ -33,6 +34,16 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt perform-load: false ``` +### Tag: package-2021-11 and python + +These settings apply only when `--tag=package-2021-11 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-11' +namespace: azure.mgmt.servicebus.v2021_11_01 +output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_11_01 +``` + ### Tag: package-2021-06-preview and python These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.