From 473fa9245d0e0cc2b8aabae191735c19ba956146 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Tue, 29 Nov 2022 10:52:15 +0800 Subject: [PATCH 1/2] Update readme.python.md --- .../network/resource-manager/readme.python.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index c1ef11e2e97f..a82cfc88bba4 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package multiapi: true clear-output-folder: true batch: - - tag: package-2022-05 + - tag: package-2022-07 - tag: package-2021-02 - tag: package-2021-02-preview-only - tag: package-2020-11 @@ -61,6 +61,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo perform-load: false ``` +### Tag: package-2022-07 and python + +These settings apply only when `--tag=package-2022-07 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2022-07' +namespace: azure.mgmt.network.v2022_07_01 +output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01 +``` + ### Tag: package-2022-05 and python These settings apply only when `--tag=package-2022-05 --python` is specified on the command line. From 3ea10478863843ada67c619c976755003a7bcc91 Mon Sep 17 00:00:00 2001 From: zhenbiao wei <424401670@qq.com> Date: Tue, 29 Nov 2022 14:05:45 +0800 Subject: [PATCH 2/2] Update readme.python.md --- .../network/resource-manager/readme.python.md | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index a82cfc88bba4..7089ac542ab1 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -71,26 +71,6 @@ namespace: azure.mgmt.network.v2022_07_01 output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01 ``` -### Tag: package-2022-05 and python - -These settings apply only when `--tag=package-2022-05 --python` is specified on the command line. -Please also specify `--python-sdks-folder=`. - -``` yaml $(tag) == 'package-2022-05' -namespace: azure.mgmt.network.v2022_05_01 -output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_05_01 -``` - -### Tag: package-2022-01 and python - -These settings apply only when `--tag=package-2022-01 --python` is specified on the command line. -Please also specify `--python-sdks-folder=`. - -``` yaml $(tag) == 'package-2022-01' -namespace: azure.mgmt.network.v2022_01_01 -output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_01_01 -``` - ### Tag: package-2021-02-preview-only and python These settings apply only when `--tag=package-2021-02-preview-only --python` is specified on the command line.