Skip to content

Commit

Permalink
Update readme.python.md (Azure#15818)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Aug 30, 2021
1 parent b020247 commit f9e4843
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-03
- tag: package-2021-02
- tag: package-2020-11
- tag: package-2020-08
Expand Down Expand Up @@ -59,6 +60,16 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
clear-output-folder: false
perform-load: false
```
### Tag: package-2021-03 and python
These settings apply only when `--tag=package-2021-03 --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-2021-03'
namespace: azure.mgmt.network.v2021_03_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2021_03_01
```

### Tag: package-2021-02 and python

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

0 comments on commit f9e4843

Please sign in to comment.