diff --git a/specification/eventhub/resource-manager/readme.python.md b/specification/eventhub/resource-manager/readme.python.md index fd04864d47f4..9376c4bcf43a 100644 --- a/specification/eventhub/resource-manager/readme.python.md +++ b/specification/eventhub/resource-manager/readme.python.md @@ -31,6 +31,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) && !$(track2) batch: + - tag: package-2021-06-preview - tag: package-2021-01-preview - tag: package-2018-01-preview - tag: package-2017-04 @@ -40,6 +41,7 @@ batch: ```yaml $(multiapi) && $(track2) clear-output-folder: true batch: + - tag: package-2021-06-preview - tag: package-2021-01-preview - tag: package-2018-01-preview - tag: package-2017-04 @@ -53,6 +55,19 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-06-preview and python + +These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-06-preview' +namespace: azure.mgmt.eventhub.v2021_06_01_preview +output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview +python: + namespace: azure.mgmt.eventhub.v2021_06_01_preview + output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview +``` + ### Tag: package-2021-01-preview and python These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line. diff --git a/specification/servicebus/resource-manager/readme.python.md b/specification/servicebus/resource-manager/readme.python.md index dd22cfac12a1..652433272d70 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 ```yaml $(multiapi) && $(track2) clear-output-folder: true batch: + - tag: package-2021-06-preview - tag: package-2021-01-preview - tag: package-2018-01-preview - tag: package-2017-04 @@ -33,6 +34,16 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-06-preview and python + +These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-01-preview' +namespace: azure.mgmt.servicebus.v2021_06_01_preview +output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview +``` + ### Tag: package-2021-01-preview and python These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line.