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:
236236 - RequiredPropertiesMissingInResourceModel
237237` ` `
238238
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+
239248# ## Tag: package-2021-08-01
240249
241250These 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
3636` ` ` yaml $(multiapi)
3737clear-output-folder : true
3838batch :
39+ - tag : package-2021-08-01-only
3940 - tag : package-2021-07-01-only
4041 - tag : package-2021-04-01-only
4142 - tag : package-2021-03-01-only
@@ -69,6 +70,16 @@ clear-output-folder: false
6970perform-load : false
7071` ` `
7172
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+
7283# ## Tag: package-2021-07-01-only
7384
7485These 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