Skip to content

Commit

Permalink
[Network] Update readme.python.md (#20926)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: Yuchao Yan <[email protected]>
  • Loading branch information
Wzb123456789 and msyyc authored Oct 10, 2022
1 parent ec43f2e commit 3bc1226
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Generate all API versions currently shipped for this package
multiapi: true
clear-output-folder: true
batch:
- tag: package-2022-01
- tag: package-2022-05
- tag: package-2021-02
- tag: package-2021-02-preview-only
- tag: package-2020-11
Expand Down Expand Up @@ -61,6 +61,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
perform-load: false
```
### Tag: package-2022-05 and python
These settings apply only when `--tag=package-2022-05 --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-05'
namespace: azure.mgmt.network.v2022_05_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_05_01
```

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

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

0 comments on commit 3bc1226

Please sign in to comment.