From 41380f7e2e0f9c223b63b52608c21576ac55d92c Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:10:54 +0800 Subject: [PATCH 1/4] Update readme.python.md --- .../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..65b026f18668 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" 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-preview-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. From 1ab9de47556ca59890b6faf63c86c6d0b22f00e8 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 23 Aug 2023 13:14:00 +0800 Subject: [PATCH 2/4] Update readme.python.md --- specification/iothub/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 65b026f18668..48ef1b421ea4 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -20,7 +20,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2023-06" +default-api-version: "2023-06-30" batch: - tag: package-2023-06 - tag: package-preview-2023-06 From 176c53542045bee871ab9679ffe7fbd7c18cc65b Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 23 Aug 2023 14:49:48 +0800 Subject: [PATCH 3/4] Update readme.python.md --- specification/iothub/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 48ef1b421ea4..725420b6c6c1 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -52,7 +52,7 @@ perform-load: false 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-preview-2023-06' && $(python) +``` yaml $(tag) == 'package-preview-06' && $(python) namespace: azure.mgmt.iothub.v2023_06_30 output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30 ``` From 60c4df51a4f89db2f46b31aedd4cdb63e249fc32 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 23 Aug 2023 14:50:35 +0800 Subject: [PATCH 4/4] Update readme.python.md --- specification/iothub/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 725420b6c6c1..687ad296a19b 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -52,7 +52,7 @@ perform-load: false 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-preview-06' && $(python) +``` 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 ```