File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ 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-11-01-only
41
+ - tag : package-2022-09-04-only
40
42
- tag : package-2022-08-01-only
41
43
- tag : package-2022-07-02-only
42
44
- tag : package-2022-04-04-only
@@ -80,6 +82,26 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
80
82
perform-load : false
81
83
` ` `
82
84
85
+ ### Tag: package-2022-11-01-only
86
+
87
+ These settings apply only when ` --tag=package-2022-11-01-only --python` is specified on the command line.
88
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
89
+
90
+ ` ` ` yaml $(tag) == 'package-2022-11-01-only'
91
+ namespace: azure.mgmt.compute.v2022_11_01
92
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_11_01
93
+ ` ` `
94
+
95
+ # ## Tag: package-2022-09-04-only
96
+
97
+ These settings apply only when `--tag=package-2022-09-04-only --python` is specified on the command line.
98
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
99
+
100
+ ` ` ` yaml $(tag) == 'package-2022-09-04-only'
101
+ namespace: azure.mgmt.compute.v2022_09_04
102
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04
103
+ ` ` `
104
+
83
105
# ## Tag: package-2022-08-01-only
84
106
85
107
These settings apply only when `--tag=package-2022-08-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments