Skip to content

Commit

Permalink
iothub readme.python package version change (#14043)
Browse files Browse the repository at this point in the history
* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
RAY-316 and msyyc authored Apr 21, 2021
1 parent 890f075 commit 369b639
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions specification/iothub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ batch:
- tag: package-2017-07
- tag: package-2017-01
- tag: package-2016-02
- multiapiscript: true
```
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
clear-output-folder: false
perform-load: false
```
### Tag: package-preview-2021-03 and python
Expand All @@ -62,11 +69,11 @@ These settings apply only when `--tag=package-preview-2021-03 --python` is speci
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-preview-2021-03' && $(python)
namespace: azure.mgmt.iothub.v2021_03_01_preview
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_01_preview
namespace: azure.mgmt.iothub.v2021_03_03_preview
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_03_preview
python:
namespace: azure.mgmt.iothub.v2021_03_01_preview
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_01_preview
namespace: azure.mgmt.iothub.v2021_03_03_preview
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_03_03_preview
```

### Tag: package-2020-03 and python
Expand Down Expand Up @@ -171,4 +178,4 @@ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
python:
namespace: azure.mgmt.iothub.v2016_02_03
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2016_02_03
```
```

0 comments on commit 369b639

Please sign in to comment.