Skip to content

Commit

Permalink
fixed readme (#8168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski authored Jan 17, 2020
1 parent 599eede commit c678aa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
batch:
- tag: package-2019-11
- tag: package-2019-09
- tag: package-2019-08
- tag: package-2019-07
Expand All @@ -44,6 +45,17 @@ batch:
- tag: package-2015-06split
```
### Tag: package-2019-11 and python
These settings apply only when `--tag=package-2019-11 --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-2019-11' && $(python)
python:
namespace: azure.mgmt.network.v2019_11_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2019_11_01
```

### Tag: package-2019-09 and python

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

0 comments on commit c678aa6

Please sign in to comment.