Skip to content

Commit 80545d8

Browse files
authored
Update readme.python.md (#15226)
1 parent 86b65a6 commit 80545d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/iothub/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
2020
2121
```yaml $(python) && $(multiapi) && $(track2)
2222
batch:
23+
- tag: package-2021-07
2324
- tag: package-2021-03
2425
- tag: package-preview-2021-03
2526
- tag: package-2020-03
@@ -40,6 +41,16 @@ clear-output-folder: false
4041
perform-load: false
4142
```
4243
44+
### Tag: package-2021-07 and python
45+
46+
These settings apply only when `--tag=package-2021-07 --python` is specified on the command line.
47+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
48+
49+
``` yaml $(tag) == 'package-2021-07' && $(python)
50+
namespace: azure.mgmt.iothub.v2021_07_01
51+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_07_01
52+
```
53+
4354
### Tag: package-2021-03 and python
4455

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

0 commit comments

Comments
 (0)