Skip to content

Commit b02f4a4

Browse files
Ajit Navasarev-ajnava
Ajit Navasare
and
v-ajnava
authored
updated readme.python.md for Service Bus and Event Hub for 2021-06-01-preview (#15783)
Co-authored-by: v-ajnava <[email protected]>
1 parent b7f9015 commit b02f4a4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

specification/eventhub/resource-manager/readme.python.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Generate all API versions currently shipped for this package
3131

3232
```yaml $(multiapi) && !$(track2)
3333
batch:
34+
- tag: package-2021-06-preview
3435
- tag: package-2021-01-preview
3536
- tag: package-2018-01-preview
3637
- tag: package-2017-04
@@ -40,6 +41,7 @@ batch:
4041
```yaml $(multiapi) && $(track2)
4142
clear-output-folder: true
4243
batch:
44+
- tag: package-2021-06-preview
4345
- tag: package-2021-01-preview
4446
- tag: package-2018-01-preview
4547
- tag: package-2017-04
@@ -53,6 +55,19 @@ clear-output-folder: false
5355
perform-load: false
5456
```
5557

58+
### Tag: package-2021-06-preview and python
59+
60+
These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
61+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
62+
63+
``` yaml $(tag) == 'package-2021-06-preview'
64+
namespace: azure.mgmt.eventhub.v2021_06_01_preview
65+
output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview
66+
python:
67+
namespace: azure.mgmt.eventhub.v2021_06_01_preview
68+
output-folder: $(python-sdks-folder)/eventhub/azure-mgmt-eventhub/azure/mgmt/eventhub/v2021_06_01_preview
69+
```
70+
5671
### Tag: package-2021-01-preview and python
5772

5873
These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line.

specification/servicebus/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
2020
```yaml $(multiapi) && $(track2)
2121
clear-output-folder: true
2222
batch:
23+
- tag: package-2021-06-preview
2324
- tag: package-2021-01-preview
2425
- tag: package-2018-01-preview
2526
- tag: package-2017-04
@@ -33,6 +34,16 @@ clear-output-folder: false
3334
perform-load: false
3435
```
3536
37+
### Tag: package-2021-06-preview and python
38+
39+
These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
40+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
41+
42+
``` yaml $(tag) == 'package-2021-01-preview'
43+
namespace: azure.mgmt.servicebus.v2021_06_01_preview
44+
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview
45+
```
46+
3647
### Tag: package-2021-01-preview and python
3748

3849
These settings apply only when `--tag=package-2021-01-preview --python` is specified on the command line.

0 commit comments

Comments
 (0)