Skip to content

Commit b0890d9

Browse files
authored
20190701 add (Azure#14319)
1 parent 44ee37a commit b0890d9

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
@@ -35,6 +35,7 @@ batch:
3535
- tag: package-preview-2021-03
3636
- tag: package-2020-03
3737
- tag: package-2019-11
38+
- tag: package-preview-2019-07
3839
- tag: package-2019-03
3940
- tag: package-2018-04
4041
- tag: package-2018-01
@@ -48,6 +49,7 @@ batch:
4849
- tag: package-preview-2021-03
4950
- tag: package-2020-03
5051
- tag: package-2019-11
52+
- tag: package-preview-2019-07
5153
- tag: package-2019-03
5254
- tag: package-2018-04
5355
- tag: package-2018-01
@@ -102,6 +104,19 @@ python:
102104
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2019_11_04
103105
```
104106

107+
### Tag: package-preview-2019-07 and python
108+
109+
These settings apply only when `--tag=package-preview-2019-07 --python` is specified on the command line.
110+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
111+
112+
``` yaml $(tag) == 'package-preview-2019-07' && $(python)
113+
namespace: azure.mgmt.iothub.v2019_07_01_preview
114+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2019_07_01_preview
115+
python:
116+
namespace: azure.mgmt.iothub.v2019_07_01_preview
117+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2019_07_01_preview
118+
```
119+
105120
### Tag: package-2019-03 and python
106121

107122
These settings apply only when `--tag=package-2019-03 --python` is specified on the command line.

0 commit comments

Comments
 (0)