diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index eb593539fe30..4b5c43cdf011 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-2022-03-02-only - tag: package-2022-03-01-only - tag: package-2022-01-03-only - tag: package-2021-12-01-only @@ -74,6 +75,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu perform-load: false ``` +### Tag: package-2022-03-02-only + +These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-03-02-only' +namespace: azure.mgmt.compute.v2022_03_02 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_02 +``` + ### Tag: package-2022-03-01-only These settings apply only when `--tag=package-2022-03-01-only --python` is specified on the command line. @@ -376,4 +387,4 @@ Please also specify `--python-sdks-folder=