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
20
20
21
21
` ` ` yaml $(python)
22
22
multiapi : true
23
- default-api-version : " 2021-07-02 "
23
+ default-api-version : " 2023-06-30 "
24
24
batch :
25
+ - tag : package-2023-06
25
26
- tag : package-preview-2023-06
26
27
- tag : package-preview-2022-11
27
28
- tag : package-preview-2022-04-30
@@ -46,6 +47,16 @@ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
46
47
clear-output-folder : false
47
48
perform-load : false
48
49
` ` `
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
+
49
60
# ## Tag: package-preview-2023-06 and python
50
61
51
62
These 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