Skip to content

Commit

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

* Update readme.python.md
  • Loading branch information
Wzb123456789 authored and anandanthony committed Dec 16, 2022
1 parent 29ee397 commit dde6606
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 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-05
- tag: package-2022-07
- tag: package-2021-02
- tag: package-2021-02-preview-only
- tag: package-2020-11
Expand Down Expand Up @@ -61,24 +61,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
perform-load: false
```
### Tag: package-2022-05 and python
### Tag: package-2022-07 and python
These settings apply only when `--tag=package-2022-05 --python` is specified on the command line.
These settings apply only when `--tag=package-2022-07 --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.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2022-01'
namespace: azure.mgmt.network.v2022_01_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_01_01
``` yaml $(tag) == 'package-2022-07'
namespace: azure.mgmt.network.v2022_07_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_07_01
```

### Tag: package-2021-02-preview-only and python
Expand Down

0 comments on commit dde6606

Please sign in to comment.