Skip to content

Commit

Permalink
Update readme.python.md (#32205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiJiang333 authored Jan 17, 2025
1 parent 5a4b59a commit e578fe3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/eventhub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ multiapi: true
default-api-version: "2024-01-01"
clear-output-folder: true
batch:
- tag: package-2024-05-preview
- tag: package-2024-01
- tag: package-2021-11
- tag: package-2022-01-preview
Expand All @@ -40,6 +41,16 @@ perform-load: false
clear-output-folder: false
```
### Tag: package-2024-05-preview and python
These settings apply only when `--tag=package-2024-05-preview --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2024-05-preview'
namespace: azure.mgmt.eventhub.v2024_05_01_preview
output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2024_05_01_preview
```

### Tag: package-2024-01 and python

These settings apply only when `--tag=package-2024-01 --python` is specified on the command line.
Expand Down

0 comments on commit e578fe3

Please sign in to comment.