diff --git a/specification/servicebus/resource-manager/readme.python.md b/specification/servicebus/resource-manager/readme.python.md index 65d21eca6810..4ae5bd442a3b 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-2022-01-preview - tag: package-2021-11 - tag: package-2021-06-preview - tag: package-2021-01-preview @@ -34,6 +35,16 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt perform-load: false ``` +### Tag: package-2022-01-preview and python + +These settings apply only when `--tag=package-2022-01-preview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-01-preview' +namespace: azure.mgmt.servicebus.v2022_01_01_preview +output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_01_preview +``` + ### Tag: package-2021-11 and python These settings apply only when `--tag=package-2021-11 --python` is specified on the command line.