Skip to content

Commit aed71e9

Browse files
Wzb123456789msyyc
authored andcommitted
Update readme.python.md (Azure#23239)
* Update readme.python.md * Update readme.python.md * Update readme.python.md --------- Co-authored-by: Yuchao Yan <[email protected]>
1 parent 1d50a8b commit aed71e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 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-2022-11
2526
- tag: package-preview-2022-04-30
2627
- tag: package-2021-07-02
2728
- tag: package-2021-07
@@ -43,6 +44,16 @@ batch:
4344
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4445
perform-load: false
4546
```
47+
### Tag: package-preview-2022-11 and python
48+
49+
These settings apply only when `--tag=package-preview-2022-11 --python` is specified on the command line.
50+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
51+
52+
``` yaml $(tag) == 'package-preview-2022-11' && $(python)
53+
namespace: azure.mgmt.iothub.v2022_11_15_preview
54+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2022_11_15_preview
55+
```
56+
4657
### Tag: package-preview-2022-04-30 and python
4758

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

0 commit comments

Comments
 (0)