Skip to content

Commit 1df6d6f

Browse files
Update readme.python.md (#25320)
* Update readme.python.md * Update readme.python.md
1 parent 01ae995 commit 1df6d6f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/iothub/resource-manager/readme.python.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
2222
multiapi: true
2323
default-api-version: "2021-07-02"
2424
batch:
25+
- tag: package-preview-2023-06
2526
- tag: package-preview-2022-11
2627
- tag: package-preview-2022-04-30
2728
- tag: package-2021-07-02
@@ -42,8 +43,19 @@ batch:
4243
4344
``` yaml $(multiapiscript)
4445
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
46+
clear-output-folder: false
4547
perform-load: false
4648
```
49+
### Tag: package-preview-2023-06 and python
50+
51+
These settings apply only when `--tag=package-preview-2023-06 --python` is specified on the command line.
52+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
53+
54+
``` yaml $(tag) == 'package-preview-2023-06' && $(python)
55+
namespace: azure.mgmt.iothub.v2023_06_30_preview
56+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30_preview
57+
```
58+
4759
### Tag: package-preview-2022-11 and python
4860

4961
These settings apply only when `--tag=package-preview-2022-11 --python` is specified on the command line.

0 commit comments

Comments
 (0)