File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
specification/compute/resource-manager Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,15 @@ directive:
236
236
- RequiredPropertiesMissingInResourceModel
237
237
` ` `
238
238
239
+ ### Tag: package-2021-08-01-only
240
+
241
+ These settings apply only when ` --tag=package-2021-08-01-only` is specified on the command line.
242
+
243
+ ` ` ` yaml $(tag) == 'package-2021-08-01-only'
244
+ input-file:
245
+ - Microsoft.Compute/stable/2021-08-01/disk.json
246
+ ` ` `
247
+
239
248
# ## Tag: package-2021-08-01
240
249
241
250
These settings apply only when `--tag=package-2021-08-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-08-01-only
39
40
- tag : package-2021-07-01-only
40
41
- tag : package-2021-04-01-only
41
42
- tag : package-2021-03-01-only
@@ -69,6 +70,16 @@ clear-output-folder: false
69
70
perform-load : false
70
71
` ` `
71
72
73
+ ### Tag: package-2021-08-01-only
74
+
75
+ These settings apply only when ` --tag=package-2021-08-01-only --python` is specified on the command line.
76
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
77
+
78
+ ` ` ` yaml $(tag) == 'package-2021-08-01-only'
79
+ namespace: azure.mgmt.compute.v2021_08_01
80
+ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_08_01
81
+ ` ` `
82
+
72
83
# ## Tag: package-2021-07-01-only
73
84
74
85
These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments