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 @@ -269,6 +269,15 @@ input-file:
269269- Microsoft.Compute/stable/2021-03-01/cloudService.json
270270` ` `
271271
272+ # ## Tag: package-2021-12-01-only
273+
274+ These settings apply only when `--tag=package-2021-12-01-oly` is specified on the command line.
275+
276+ ` ` ` yaml $(tag) == 'package-2021-12-01-only'
277+ input-file:
278+ - Microsoft.Compute/stable/2021-12-01/disk.json
279+ ` ` `
280+
272281# ## Tag: package-2021-11-01
273282
274283These 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
3636` ` ` yaml $(multiapi)
3737clear-output-folder : true
3838batch :
39+ - tag : package-2021-12-01-only
3940 - tag : package-2021-11-01-only
4041 - tag : package-2021-10-01-only
4142 - tag : package-2021-08-01-only
@@ -72,6 +73,17 @@ clear-output-folder: false
7273perform-load : false
7374` ` `
7475
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+
7587# ## Tag: package-2021-11-01-only
7688
7789These 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