File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/compute/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 @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
3636` ` ` yaml $(multiapi)
3737clear-output-folder : true
3838batch :
39+ - tag : package-2022-03-01-only
3940 - tag : package-2021-12-01-only
4041 - tag : package-2021-11-01-only
4142 - tag : package-2021-10-01-only
@@ -72,6 +73,15 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
7273perform-load : false
7374` ` `
7475
76+ ### Tag: package-2022-03-01-only
77+
78+ These settings apply only when ` --tag=package-2022-03-01-only --python` is specified on the command line.
79+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
80+
81+ ` ` ` yaml $(tag) == 'package-2022-03-01-only'
82+ namespace: azure.mgmt.compute.v2022_03_01
83+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_01
84+ ` ` `
7585
7686# ## Tag: package-2021-12-01-only
7787
You can’t perform that action at this time.
0 commit comments