Skip to content

Commit 124789a

Browse files
authored
Update readme.python.md (#20163)
1 parent c34f343 commit 124789a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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
multiapi: true
2121
clear-output-folder: true
2222
batch:
23+
- tag: package-2022-01-preview
2324
- tag: package-2021-11
2425
- tag: package-2021-06-preview
2526
- tag: package-2021-01-preview
@@ -34,6 +35,16 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt
3435
perform-load: false
3536
```
3637
38+
### Tag: package-2022-01-preview and python
39+
40+
These settings apply only when `--tag=package-2022-01-preview --python` is specified on the command line.
41+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
42+
43+
``` yaml $(tag) == 'package-2022-01-preview'
44+
namespace: azure.mgmt.servicebus.v2022_01_01_preview
45+
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_01_preview
46+
```
47+
3748
### Tag: package-2021-11 and python
3849

3950
These settings apply only when `--tag=package-2021-11 --python` is specified on the command line.

0 commit comments

Comments
 (0)