diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 9d4932b89c26..cb73285aa937 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -38,7 +38,9 @@ multiapi: true clear-output-folder: true batch: - tag: package-2022-08-01-only + - tag: package-2022-07-02-only - tag: package-2022-04-04-only + - tag: package-2022-03-03-only - tag: package-2022-03-02-only - tag: package-2022-03-01-only - tag: package-2022-01-03-only @@ -88,6 +90,16 @@ namespace: azure.mgmt.compute.v2022_08_01 output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_08_01 ``` +### Tag: package-2022-07-02-only + +These settings apply only when `--tag=package-2022-07-02-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-07-02-only' +namespace: azure.mgmt.compute.v2022_07_02 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_07_02 +``` + ### Tag: package-2022-04-04-only These settings apply only when `--tag=package-2022-04-04-only --python` is specified on the command line. @@ -98,6 +110,16 @@ namespace: azure.mgmt.compute.v2022_04_04 output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04 ``` +### Tag: package-2022-03-03-only + +These settings apply only when `--tag=package-2022-03-03-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-03-03-only' +namespace: azure.mgmt.compute.v2022_03_03 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_03 +``` + ### Tag: package-2022-03-02-only These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.