@@ -20,8 +20,8 @@ Generate all API versions currently shipped for this package
2020multiapi : true
2121clear-output-folder : true
2222batch :
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
3636perform-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.
4242Please 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.
5252Please 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