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
21
21
` ` ` yaml $(python)
22
22
multiapi : true
23
23
batch :
24
+ - tag : package-preview-2022-04-30
24
25
- tag : package-2021-07-02
25
26
- tag : package-2021-07
26
27
- tag : package-2021-03
@@ -40,8 +41,17 @@ batch:
40
41
` ` ` yaml $(multiapiscript)
41
42
output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
42
43
perform-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>`.
43
49
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
44
53
` ` `
54
+
45
55
# ## Tag: package-2021-07-02 and python
46
56
47
57
These 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