Skip to content

Commit d81a083

Browse files
Update readme.python.md (#25460)
* Update readme.python.md * Update readme.python.md * Update readme.python.md * Update readme.python.md --------- Co-authored-by: Yuchao Yan <[email protected]>
1 parent 5372f41 commit d81a083

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Generate all API versions currently shipped for this package
2020
2121
```yaml $(python)
2222
multiapi: true
23-
default-api-version: "2021-07-02"
23+
default-api-version: "2023-06-30"
2424
batch:
25+
- tag: package-2023-06
2526
- tag: package-preview-2023-06
2627
- tag: package-preview-2022-11
2728
- tag: package-preview-2022-04-30
@@ -46,6 +47,16 @@ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4647
clear-output-folder: false
4748
perform-load: false
4849
```
50+
### Tag: package-2023-06 and python
51+
52+
These settings apply only when `--tag=package-2023-06 --python` is specified on the command line.
53+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
54+
55+
``` yaml $(tag) == 'package-2023-06' && $(python)
56+
namespace: azure.mgmt.iothub.v2023_06_30
57+
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2023_06_30
58+
```
59+
4960
### Tag: package-preview-2023-06 and python
5061

5162
These settings apply only when `--tag=package-preview-2023-06 --python` is specified on the command line.

0 commit comments

Comments
 (0)