File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/servicebus/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ 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
23
24
- tag : package-2021-11
24
25
- tag : package-2021-06-preview
25
26
- tag : package-2021-01-preview
@@ -34,6 +35,16 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt
34
35
perform-load : false
35
36
` ` `
36
37
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
+
37
48
# ## Tag: package-2021-11 and python
38
49
39
50
These settings apply only when `--tag=package-2021-11 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments