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
2020multiapi : true
2121clear-output-folder : true
2222batch :
23+ - tag : package-2021-11
2324 - tag : package-2021-06-preview
2425 - tag : package-2021-01-preview
2526 - tag : package-2018-01-preview
@@ -33,6 +34,16 @@ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt
3334perform-load : false
3435` ` `
3536
37+ ### Tag: package-2021-11 and python
38+
39+ These settings apply only when ` --tag=package-2021-11 --python` is specified on the command line.
40+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
41+
42+ ` ` ` yaml $(tag) == 'package-2021-11'
43+ namespace: azure.mgmt.servicebus.v2021_11_01
44+ output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_11_01
45+ ` ` `
46+
3647# ## Tag: package-2021-06-preview and python
3748
3849These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments