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
36
36
` ` ` yaml $(multiapi)
37
37
clear-output-folder : true
38
38
batch :
39
+ - tag : package-2022-03-01-only
39
40
- tag : package-2021-12-01-only
40
41
- tag : package-2021-11-01-only
41
42
- tag : package-2021-10-01-only
@@ -72,6 +73,15 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
72
73
perform-load : false
73
74
` ` `
74
75
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
+ ` ` `
75
85
76
86
# ## Tag: package-2021-12-01-only
77
87
You can’t perform that action at this time.
0 commit comments