File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
2222multiapi : true
2323default-api-version : " 2021-07-02"
2424batch :
25+ - tag : package-preview-2023-06
2526 - tag : package-preview-2022-11
2627 - tag : package-preview-2022-04-30
2728 - tag : package-2021-07-02
@@ -42,8 +43,19 @@ batch:
4243
4344` ` ` yaml $(multiapiscript)
4445output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
46+ clear-output-folder : false
4547perform-load : false
4648` ` `
49+ ### Tag: package-preview-2023-06 and python
50+
51+ These settings apply only when ` --tag=package-preview-2023-06 --python` is specified on the command line.
52+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
53+
54+ ` ` ` yaml $(tag) == 'package-preview-2023-06' && $(python)
55+ namespace: azure.mgmt.iothub.v2023_06_30_preview
56+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30_preview
57+ ` ` `
58+
4759# ## Tag: package-preview-2022-11 and python
4860
4961These settings apply only when `--tag=package-preview-2022-11 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments