Skip to content

Commit f842bc6

Browse files
authored
Update readme.python.md (#20213)
1 parent f3e0d43 commit f842bc6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
2121
```yaml $(python)
2222
multiapi: true
2323
batch:
24+
- tag: package-preview-2022-04-30
2425
- tag: package-2021-07-02
2526
- tag: package-2021-07
2627
- tag: package-2021-03
@@ -40,8 +41,17 @@ batch:
4041
``` yaml $(multiapiscript)
4142
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4243
perform-load: false
44+
```
45+
### Tag: package-preview-2022-04-30 and python
46+
47+
These settings apply only when `--tag=package-preview-2022-04-30 --python` is specified on the command line.
48+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4349

50+
``` yaml $(tag) == 'package-preview-2022-04-30' && $(python)
51+
namespace: azure.mgmt.iothub.v2022_04_30_preview
52+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2022_04_30_preview
4453
```
54+
4555
### Tag: package-2021-07-02 and python
4656

4757
These settings apply only when `--tag=package-2021-07-02 --python` is specified on the command line.

0 commit comments

Comments
 (0)