diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 885c671ff502..f535f42b5f9c 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: "2023-03-01" +default-api-version: "2023-07-01" clear-output-folder: true batch: + - tag: package-2023-07-01-only - tag: package-2023-03-01-only - tag: package-2023-01-02-only - tag: package-2022-11-01-only @@ -88,6 +89,16 @@ perform-load: false clear-output-folder: false ``` +### Tag: package-2023-07-01-only + +These settings apply only when `--tag=package-2023-07-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-07-01-only' +namespace: azure.mgmt.compute.v2023_07_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_07_01 +``` + ### Tag: package-2023-03-01-only These settings apply only when `--tag=package-2023-03-01-only --python` is specified on the command line.