From 69cec321cac421c581753cd8a40d5829c431ac74 Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:31:28 +0800 Subject: [PATCH] Update readme.python.md (#25586) * Update readme.python.md * Update readme.python.md --- .../network/resource-manager/readme.python.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index 2e8577c2b941..ce776c92c5d8 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -18,9 +18,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2023-04-01" +default-api-version: "2023-05-01" clear-output-folder: true batch: + - tag: package-2023-05 - tag: package-2023-04 - tag: package-2023-02 - tag: package-2021-02 @@ -55,6 +56,16 @@ perform-load: false clear-output-folder: false ``` +### Tag: package-2023-05 and python + +These settings apply only when `--tag=package-2023-05 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-05' +namespace: azure.mgmt.network.v2023_05_01 +output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_05_01 +``` + ### Tag: package-2023-04 and python These settings apply only when `--tag=package-2023-04 --python` is specified on the command line.