File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
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
107122These settings apply only when `--tag=package-2019-03 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments