Skip to content

Commit 68a7340

Browse files
Wzb123456789anandanthony
authored andcommitted
Update readme.python.md (Azure#21706)
1 parent 9717b0a commit 68a7340

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
1919
multiapi: true
2020
clear-output-folder: true
2121
batch:
22+
- tag: package-2022-10
2223
- tag: package-2022-05
2324
- tag: package-2021-06-30-preview
2425
- tag: package-2020-12
@@ -32,6 +33,16 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
3233
perform-load: false
3334
```
3435
36+
### Tag: package-2022-10 and python
37+
38+
These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.
39+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
40+
41+
``` yaml $(tag) == 'package-2022-10' && $(python)
42+
namespace: azure.mgmt.digitaltwins.v2022_10_31
43+
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2022_10_31
44+
```
45+
3546
### Tag: package-2022-05 and python
3647

3748
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.

0 commit comments

Comments
 (0)