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 @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
22
22
multiapi : true
23
23
default-api-version : " 2021-07-02"
24
24
batch :
25
+ - tag : package-preview-2022-11
25
26
- tag : package-preview-2022-04-30
26
27
- tag : package-2021-07-02
27
28
- tag : package-2021-07
@@ -43,6 +44,16 @@ batch:
43
44
output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
44
45
perform-load : false
45
46
` ` `
47
+ ### Tag: package-preview-2022-11 and python
48
+
49
+ These settings apply only when ` --tag=package-preview-2022-11 --python` is specified on the command line.
50
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
51
+
52
+ ` ` ` yaml $(tag) == 'package-preview-2022-11' && $(python)
53
+ namespace: azure.mgmt.iothub.v2022_11_15_preview
54
+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2022_11_15_preview
55
+ ` ` `
56
+
46
57
# ## Tag: package-preview-2022-04-30 and python
47
58
48
59
These settings apply only when `--tag=package-preview-2022-04-30 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments