File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/databoxedge/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Generate all API versions currently shipped for this package
2323` ` ` yaml $(python)
2424multiapi : true
2525batch :
26+ - tag : package-2022-03-01
2627 - tag : package-2021-02-01
2728 - tag : package-2021-02-01-preview
2829 - tag : package-2020-12-01
@@ -39,6 +40,15 @@ batch:
3940output-folder : $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
4041perform-load : false
4142` ` `
43+ ### Tag: package-2022-03-01 and python
44+
45+ These settings apply only when ` --tag=package-2022-03-01 --python` is specified on the command line.
46+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
47+
48+ ` ` ` yaml $(tag) == 'package-2022-03-01' && $(python)
49+ namespace: azure.mgmt.databoxedge.v2022_03_01
50+ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2022_03_01
51+ ` ` `
4252# ## Tag: package-2021-02-01 and python
4353
4454These settings apply only when `--tag=package-2021-02-01 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments