Skip to content

Commit 716adef

Browse files
authored
Update readme.python.md (#22376)
1 parent 9f424ed commit 716adef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Generate all API versions currently shipped for this package
2323
```yaml $(python)
2424
multiapi: true
2525
batch:
26+
- tag: package-2022-03-01
2627
- tag: package-2021-02-01
2728
- tag: package-2021-02-01-preview
2829
- tag: package-2020-12-01
@@ -39,6 +40,15 @@ batch:
3940
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
4041
perform-load: false
4142
```
43+
### Tag: package-2022-03-01 and python
44+
45+
These settings apply only when `--tag=package-2022-03-01 --python` is specified on the command line.
46+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
47+
48+
``` yaml $(tag) == 'package-2022-03-01' && $(python)
49+
namespace: azure.mgmt.databoxedge.v2022_03_01
50+
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2022_03_01
51+
```
4252
### Tag: package-2021-02-01 and python
4353

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

0 commit comments

Comments
 (0)