Skip to content

Commit

Permalink
iothub readme config (#14349)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAY-316 authored May 11, 2021
1 parent 0d3d635 commit 495e6fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/iothub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && !$(track2)
batch:
- tag: package-2021-03
- tag: package-preview-2021-03
- tag: package-2020-03
- tag: package-2019-11
Expand All @@ -46,6 +47,7 @@ batch:
```yaml $(python) && $(multiapi) && $(track2)
batch:
- tag: package-2021-03
- tag: package-preview-2021-03
- tag: package-2020-03
- tag: package-2019-11
Expand All @@ -65,6 +67,19 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-03 and python
These settings apply only when `--tag=package-2021-03 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

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

### Tag: package-preview-2021-03 and python

These settings apply only when `--tag=package-preview-2021-03 --python` is specified on the command line.
Expand Down

0 comments on commit 495e6fd

Please sign in to comment.