diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index da555402fe94..227d170b8821 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -41,6 +41,7 @@ default-api-version: "2024-07-01" clear-output-folder: true batch: - tag: package-2024-07-01-only + - tag: package-2024-03-03-only - tag: package-2024-03-02-only - tag: package-2024-03-01-only - tag: package-2023-10-02-only @@ -107,6 +108,16 @@ namespace: azure.mgmt.compute.v2024_07_01 output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_07_01 ``` +### Tag: package-2024-03-03-only + +These settings apply only when `--tag=package-2024-03-03-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2024-03-03-only' +namespace: azure.mgmt.compute.v2024_03_03 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_03_03 +``` + ### Tag: package-2024-03-02-only These settings apply only when `--tag=package-2024-03-02-only --python` is specified on the command line.