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
2222multiapi : true
2323default-api-version : " 2021-07-02"
2424batch :
25+ - tag : package-preview-2022-11
2526 - tag : package-preview-2022-04-30
2627 - tag : package-2021-07-02
2728 - tag : package-2021-07
@@ -43,6 +44,16 @@ batch:
4344output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4445perform-load : false
4546` ` `
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+
4657# ## Tag: package-preview-2022-04-30 and python
4758
4859These 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