File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
2121` ` ` yaml $(python)
2222multiapi : true
2323batch :
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)
4142output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4243perform-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
4757These settings apply only when `--tag=package-2021-07-02 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments