Skip to content

Commit 495e6fd

Browse files
authored
iothub readme config (#14349)
1 parent 0d3d635 commit 495e6fd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
3232
3333
```yaml $(python) && $(multiapi) && !$(track2)
3434
batch:
35+
- tag: package-2021-03
3536
- tag: package-preview-2021-03
3637
- tag: package-2020-03
3738
- tag: package-2019-11
@@ -46,6 +47,7 @@ batch:
4647
4748
```yaml $(python) && $(multiapi) && $(track2)
4849
batch:
50+
- tag: package-2021-03
4951
- tag: package-preview-2021-03
5052
- tag: package-2020-03
5153
- tag: package-2019-11
@@ -65,6 +67,19 @@ clear-output-folder: false
6567
perform-load: false
6668
```
6769
70+
### Tag: package-2021-03 and python
71+
72+
These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
73+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
74+
75+
``` yaml $(tag) == 'package-2021-03' && $(python)
76+
namespace: azure.mgmt.iothub.v2021_03_31
77+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_31
78+
python:
79+
namespace: azure.mgmt.iothub.v2021_03_31
80+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_31
81+
```
82+
6883
### Tag: package-preview-2021-03 and python
6984

7085
These settings apply only when `--tag=package-preview-2021-03 --python` is specified on the command line.

0 commit comments

Comments
 (0)