From d81a083f711bc8065a8eb510919c540d14e93956 Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:15:35 +0800 Subject: [PATCH] Update readme.python.md (#25460) * Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md --------- Co-authored-by: Yuchao Yan --- .../iothub/resource-manager/readme.python.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 1db1b3f3ee08..687ad296a19b 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -20,8 +20,9 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2021-07-02" +default-api-version: "2023-06-30" batch: + - tag: package-2023-06 - tag: package-preview-2023-06 - tag: package-preview-2022-11 - tag: package-preview-2022-04-30 @@ -46,6 +47,16 @@ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/ clear-output-folder: false perform-load: false ``` +### Tag: package-2023-06 and python + +These settings apply only when `--tag=package-2023-06 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-06' && $(python) +namespace: azure.mgmt.iothub.v2023_06_30 +output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30 +``` + ### Tag: package-preview-2023-06 and python These settings apply only when `--tag=package-preview-2023-06 --python` is specified on the command line.