File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python) && $(multiapi) && $(track2)
2222batch :
23+ - tag : package-2021-07
2324 - tag : package-2021-03
2425 - tag : package-preview-2021-03
2526 - tag : package-2020-03
@@ -40,6 +41,16 @@ clear-output-folder: false
4041perform-load : false
4142` ` `
4243
44+ ### Tag: package-2021-07 and python
45+
46+ These settings apply only when ` --tag=package-2021-07 --python` is specified on the command line.
47+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
48+
49+ ` ` ` yaml $(tag) == 'package-2021-07' && $(python)
50+ namespace: azure.mgmt.iothub.v2021_07_01
51+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_07_01
52+ ` ` `
53+
4354# ## Tag: package-2021-03 and python
4455
4556These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments