From 5d07dbe28356c6dd1271a960bb9bbb2678652668 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 11 Jan 2023 12:46:54 +0800 Subject: [PATCH] update --- .../compute/resource-manager/readme.python.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index cb73285aa937..eb53881a0be8 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -37,6 +37,8 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: + - tag: package-2022-11-01-only + - tag: package-2022-09-04-only - tag: package-2022-08-01-only - tag: package-2022-07-02-only - tag: package-2022-04-04-only @@ -80,6 +82,26 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu perform-load: false ``` +### Tag: package-2022-11-01-only + +These settings apply only when `--tag=package-2022-11-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-11-01-only' +namespace: azure.mgmt.compute.v2022_11_01 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_11_01 +``` + +### Tag: package-2022-09-04-only + +These settings apply only when `--tag=package-2022-09-04-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-09-04-only' +namespace: azure.mgmt.compute.v2022_09_04 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04 +``` + ### Tag: package-2022-08-01-only These settings apply only when `--tag=package-2022-08-01-only --python` is specified on the command line.