Skip to content

Commit

Permalink
updated readme.python.md for Service Bus and Event Hub for 2021-06-01…
Browse files Browse the repository at this point in the history
…-preview (#15783)

Co-authored-by: v-ajnava <[email protected]>
  • Loading branch information
Ajit Navasare and v-ajnava authored Aug 26, 2021
1 parent b7f9015 commit b02f4a4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/eventhub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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=<path to the root directory of your azure-sdk-for-python clone>`.

``` 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.
Expand Down
11 changes: 11 additions & 0 deletions specification/servicebus/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=<path to the root directory of your azure-sdk-for-python clone>`.

``` 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.
Expand Down

0 comments on commit b02f4a4

Please sign in to comment.