File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,15 @@ input-file:
251
251
- Microsoft.Compute/stable/2021-03-01/cloudService.json
252
252
` ` `
253
253
254
+ # ## Tag: package-2021-12-01-only
255
+
256
+ These settings apply only when `--tag=package-2021-12-01-oly` is specified on the command line.
257
+
258
+ ` ` ` yaml $(tag) == 'package-2021-12-01-only'
259
+ input-file:
260
+ - Microsoft.Compute/stable/2021-12-01/disk.json
261
+ ` ` `
262
+
254
263
# ## Tag: package-2021-11-01
255
264
256
265
These settings apply only when `--tag=package-2021-11-01` is specified on the command line.
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-2021-12-01-only
39
40
- tag : package-2021-11-01-only
40
41
- tag : package-2021-10-01-only
41
42
- tag : package-2021-08-01-only
@@ -72,6 +73,17 @@ clear-output-folder: false
72
73
perform-load : false
73
74
` ` `
74
75
76
+
77
+ ### Tag: package-2021-12-01-only
78
+
79
+ These settings apply only when ` --tag=package-2021-12-01-only --python` is specified on the command line.
80
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
81
+
82
+ ` ` ` yaml $(tag) == 'package-2021-12-01-only'
83
+ namespace: azure.mgmt.compute.v2021_12_01
84
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_12_01
85
+ ` ` `
86
+
75
87
# ## Tag: package-2021-11-01-only
76
88
77
89
These settings apply only when `--tag=package-2021-11-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments