Skip to content

Commit 4edbbee

Browse files
Wzb123456789msyyc
authored andcommitted
[Network] Update readme.python.md (Azure#20926)
* Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: Yuchao Yan <[email protected]>
1 parent 6211476 commit 4edbbee

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +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-01
22+
- tag: package-2022-05
2323
- tag: package-2021-02
2424
- tag: package-2021-02-preview-only
2525
- tag: package-2020-11
@@ -61,6 +61,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
6161
perform-load: false
6262
```
6363
64+
### Tag: package-2022-05 and python
65+
66+
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.
67+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68+
69+
``` yaml $(tag) == 'package-2022-05'
70+
namespace: azure.mgmt.network.v2022_05_01
71+
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_05_01
72+
```
73+
6474
### Tag: package-2022-01 and python
6575

6676
These settings apply only when `--tag=package-2022-01 --python` is specified on the command line.
@@ -390,4 +400,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
390400
``` yaml $(tag) == 'package-2015-06split'
391401
namespace: azure.mgmt.network.v2015_06_15
392402
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15
393-
```
403+
```

0 commit comments

Comments
 (0)