From 3bcb422783771f77cb9089760e8f992441d3c4d0 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Sat, 1 Oct 2022 09:38:36 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../compute/resource-manager/readme.python.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 9d4932b89c26..c32bfbc08643 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,15 @@ 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 +109,15 @@ 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. From 3a87ab88a9f02a5eb75b7fdd1599a19e493a682d Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 10 Oct 2022 08:49:52 +0800 Subject: [PATCH 2/2] Update readme.python.md --- specification/compute/resource-manager/readme.python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index c32bfbc08643..cb73285aa937 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -98,6 +98,7 @@ Please also specify `--python-sdks-folder=