diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index 36b04112bda3..0e313094be2b 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -251,6 +251,15 @@ input-file: - Microsoft.Compute/stable/2021-03-01/cloudService.json ``` +### Tag: package-2021-12-01-only + +These settings apply only when `--tag=package-2021-12-01-oly` is specified on the command line. + +``` yaml $(tag) == 'package-2021-12-01-only' +input-file: +- Microsoft.Compute/stable/2021-12-01/disk.json +``` + ### Tag: package-2021-11-01 These settings apply only when `--tag=package-2021-11-01` is specified on the command line. diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 60b750febb4d..fa592ee9f215 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) clear-output-folder: true batch: + - tag: package-2021-12-01-only - tag: package-2021-11-01-only - tag: package-2021-10-01-only - tag: package-2021-08-01-only @@ -72,6 +73,17 @@ clear-output-folder: false perform-load: false ``` + +### Tag: package-2021-12-01-only + +These settings apply only when `--tag=package-2021-12-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-12-01-only' +namespace: azure.mgmt.compute.v2021_12_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_12_01 +``` + ### Tag: package-2021-11-01-only These settings apply only when `--tag=package-2021-11-01-only --python` is specified on the command line.