Skip to content

Commit

Permalink
Update readme.python.md (Azure#21706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzb123456789 authored and kayousef committed Dec 21, 2022
1 parent ca6e7ee commit af6205c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/digitaltwins/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
multiapi: true
clear-output-folder: true
batch:
- tag: package-2022-10
- tag: package-2022-05
- tag: package-2021-06-30-preview
- tag: package-2020-12
Expand All @@ -32,6 +33,16 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
perform-load: false
```
### Tag: package-2022-10 and python
These settings apply only when `--tag=package-2022-10 --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-2022-10' && $(python)
namespace: azure.mgmt.digitaltwins.v2022_10_31
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2022_10_31
```

### Tag: package-2022-05 and python

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

0 comments on commit af6205c

Please sign in to comment.