diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index b375af7a4142..13159ab37f3b 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -236,6 +236,15 @@ directive: - RequiredPropertiesMissingInResourceModel ``` +### Tag: package-2021-08-01-only + +These settings apply only when `--tag=package-2021-08-01-only` is specified on the command line. + +``` yaml $(tag) == 'package-2021-08-01-only' +input-file: +- Microsoft.Compute/stable/2021-08-01/disk.json +``` + ### Tag: package-2021-08-01 These settings apply only when `--tag=package-2021-08-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 e2ae25edd280..bc25a1667ec1 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-08-01-only - tag: package-2021-07-01-only - tag: package-2021-04-01-only - tag: package-2021-03-01-only @@ -69,6 +70,16 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2021-08-01-only + +These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-08-01-only' +namespace: azure.mgmt.compute.v2021_08_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_08_01 +``` + ### Tag: package-2021-07-01-only These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line.