@@ -20,8 +20,8 @@ Generate all API versions currently shipped for this package
20
20
multiapi : true
21
21
clear-output-folder : true
22
22
batch :
23
- - tag : package-2022-01-preview
24
23
- tag : package-2022-10-preview
24
+ - tag : package-2022-01-preview
25
25
- tag : package-2021-11
26
26
- tag : package-2021-06-preview
27
27
- tag : package-2021-01-preview
@@ -36,24 +36,24 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt
36
36
perform-load : false
37
37
` ` `
38
38
39
- ### Tag: package-2022-01 -preview and python
39
+ ### Tag: package-2022-10 -preview and python
40
40
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.
42
42
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
43
43
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
47
47
` ` `
48
48
49
- # ## Tag: package-2022-10 -preview and python
49
+ # ## Tag: package-2022-01 -preview and python
50
50
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.
52
52
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
53
53
54
54
` ` ` 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
57
57
` ` `
58
58
59
59
# ## Tag: package-2021-11 and python
0 commit comments