diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index d01230795b45..8296ff796a63 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -37,9 +37,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2022-11-01" +default-api-version: "2023-03-01" clear-output-folder: true batch: + - tag: package-2023-03-01-only - tag: package-2022-11-01-only - tag: package-2022-09-04-only - tag: package-2022-08-01-only @@ -85,6 +86,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu perform-load: false ``` +### Tag: package-2023-03-01-only + +These settings apply only when `--tag=package-2023-03-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-03-01-only' +namespace: azure.mgmt.compute.v2023_03_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_03_01 +``` + ### Tag: package-2022-11-01-only These settings apply only when `--tag=package-2022-11-01-only --python` is specified on the command line.