Skip to content

Commit

Permalink
Update readme.python.md (Azure#23239)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
2 people authored and JoshLove-msft committed Apr 25, 2023
1 parent 1d50a8b commit aed71e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/iothub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
multiapi: true
default-api-version: "2021-07-02"
batch:
- tag: package-preview-2022-11
- tag: package-preview-2022-04-30
- tag: package-2021-07-02
- tag: package-2021-07
Expand All @@ -43,6 +44,16 @@ batch:
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
perform-load: false
```
### Tag: package-preview-2022-11 and python
These settings apply only when `--tag=package-preview-2022-11 --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-preview-2022-11' && $(python)
namespace: azure.mgmt.iothub.v2022_11_15_preview
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2022_11_15_preview
```

### Tag: package-preview-2022-04-30 and python

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

0 comments on commit aed71e9

Please sign in to comment.