File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python)
2222multiapi : true
23- default-api-version : " 2021-07-02 "
23+ default-api-version : " 2023-06-30 "
2424batch :
25+ - tag : package-2023-06
2526 - tag : package-preview-2023-06
2627 - tag : package-preview-2022-11
2728 - tag : package-preview-2022-04-30
@@ -46,6 +47,16 @@ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4647clear-output-folder : false
4748perform-load : false
4849` ` `
50+ ### Tag: package-2023-06 and python
51+
52+ These settings apply only when ` --tag=package-2023-06 --python` is specified on the command line.
53+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
54+
55+ ` ` ` yaml $(tag) == 'package-2023-06' && $(python)
56+ namespace: azure.mgmt.iothub.v2023_06_30
57+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30
58+ ` ` `
59+
4960# ## Tag: package-preview-2023-06 and python
5061
5162These settings apply only when `--tag=package-preview-2023-06 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments