diff --git a/specification/eventhub/resource-manager/readme.python.md b/specification/eventhub/resource-manager/readme.python.md index 6a64248f0d98..de0f73ed2f9a 100644 --- a/specification/eventhub/resource-manager/readme.python.md +++ b/specification/eventhub/resource-manager/readme.python.md @@ -19,9 +19,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2021-11-01" +default-api-version: "2024-01-01" clear-output-folder: true batch: + - tag: package-2024-01 - tag: package-2021-11 - tag: package-2022-01-preview - tag: package-2022-10-preview @@ -36,6 +37,17 @@ batch: ``` yaml $(multiapiscript) output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/ perform-load: false +clear-output-folder: false +``` + +### Tag: package-2024-01 and python + +These settings apply only when `--tag=package-2024-01 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2024-01' +namespace: azure.mgmt.eventhub.v2024_01_01 +output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2024_01_01 ``` ### Tag: package-2021-11 and python @@ -46,9 +58,6 @@ Please also specify `--python-sdks-folder=