Skip to content

Commit

Permalink
Update readme.python.md (#22376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzb123456789 authored Jan 31, 2023
1 parent 9f424ed commit 716adef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/databoxedge/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
batch:
- tag: package-2022-03-01
- tag: package-2021-02-01
- tag: package-2021-02-01-preview
- tag: package-2020-12-01
Expand All @@ -39,6 +40,15 @@ batch:
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
perform-load: false
```
### Tag: package-2022-03-01 and python
These settings apply only when `--tag=package-2022-03-01 --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-03-01' && $(python)
namespace: azure.mgmt.databoxedge.v2022_03_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2022_03_01
```
### Tag: package-2021-02-01 and python

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

0 comments on commit 716adef

Please sign in to comment.