File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/compute/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 @@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
37
37
multiapi : true
38
38
clear-output-folder : true
39
39
batch :
40
+ - tag : package-2022-04-04-only
40
41
- tag : package-2022-03-02-only
41
42
- tag : package-2022-03-01-only
42
43
- tag : package-2022-01-03-only
@@ -76,6 +77,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
76
77
perform-load : false
77
78
` ` `
78
79
80
+ ### Tag: package-2022-04-04-only
81
+
82
+ These settings apply only when ` --tag=package-2022-04-04-only --python` is specified on the command line.
83
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
84
+
85
+ ` ` ` yaml $(tag) == 'package-2022-04-04-only'
86
+ namespace: azure.mgmt.compute.v2022_04_04
87
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
88
+ ` ` `
89
+
79
90
# ## Tag: package-2022-03-02-only
80
91
81
92
These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments