Skip to content

Commit c1eb413

Browse files
authored
Update readme.python.md (#22422)
* Update readme.python.md * Update readme.python.md
1 parent c43ca61 commit c1eb413

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ 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
2423
- tag: package-2022-10-preview
24+
- tag: package-2022-01-preview
2525
- tag: package-2021-11
2626
- tag: package-2021-06-preview
2727
- tag: package-2021-01-preview
@@ -36,24 +36,24 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt
3636
perform-load: false
3737
```
3838
39-
### Tag: package-2022-01-preview and python
39+
### Tag: package-2022-10-preview and python
4040
41-
These settings apply only when `--tag=package-2022-01-preview --python` is specified on the command line.
41+
These settings apply only when `--tag=package-2022-10-preview --python` is specified on the command line.
4242
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4343

44-
``` yaml $(tag) == 'package-2022-01-preview'
45-
namespace: azure.mgmt.servicebus.v2022_01_01_preview
46-
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_01_preview
44+
``` yaml $(tag) == 'package-2022-10-preview'
45+
namespace: azure.mgmt.servicebus.v2022_10_01_preview
46+
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_10_01_preview
4747
```
4848

49-
### Tag: package-2022-10-preview and python
49+
### Tag: package-2022-01-preview and python
5050

51-
These settings apply only when `--tag=package-2022-10-preview --python` is specified on the command line.
51+
These settings apply only when `--tag=package-2022-01-preview --python` is specified on the command line.
5252
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5353

5454
``` yaml $(tag) == 'package-2022-01-preview'
55-
namespace: azure.mgmt.servicebus.v2022_01_10_preview
56-
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_10_preview
55+
namespace: azure.mgmt.servicebus.v2022_01_01_preview
56+
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_01_preview
5757
```
5858

5959
### Tag: package-2021-11 and python

0 commit comments

Comments
 (0)