File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
32
32
33
33
` ` ` yaml $(python) && $(multiapi) && !$(track2)
34
34
batch :
35
+ - tag : package-2021-03
35
36
- tag : package-preview-2021-03
36
37
- tag : package-2020-03
37
38
- tag : package-2019-11
46
47
47
48
` ` ` yaml $(python) && $(multiapi) && $(track2)
48
49
batch :
50
+ - tag : package-2021-03
49
51
- tag : package-preview-2021-03
50
52
- tag : package-2020-03
51
53
- tag : package-2019-11
@@ -65,6 +67,19 @@ clear-output-folder: false
65
67
perform-load : false
66
68
` ` `
67
69
70
+ ### Tag: package-2021-03 and python
71
+
72
+ These settings apply only when ` --tag=package-2021-03 --python` is specified on the command line.
73
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
74
+
75
+ ` ` ` yaml $(tag) == 'package-2021-03' && $(python)
76
+ namespace: azure.mgmt.iothub.v2021_03_31
77
+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_31
78
+ python:
79
+ namespace: azure.mgmt.iothub.v2021_03_31
80
+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_31
81
+ ` ` `
82
+
68
83
# ## Tag: package-preview-2021-03 and python
69
84
70
85
These settings apply only when `--tag=package-preview-2021-03 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments