Skip to content

Commit

Permalink
Python Network conf 2018-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Aug 27, 2018
1 parent b45ebe6 commit 34561ef
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-2018-08
- tag: package-2018-07
- tag: package-2018-06
- tag: package-2018-04
Expand All @@ -34,6 +35,17 @@ batch:
- tag: package-2015-06split
```
### Tag: package-2018-08 and python
These settings apply only when `--tag=package-2018-08 --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-2018-07' && $(python)
python:
namespace: azure.mgmt.network.v2018_08_01
output-folder: $(python-sdks-folder)/azure-mgmt-network/azure/mgmt/network/v2018_08_01
```

### Tag: package-2018-07 and python

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

0 comments on commit 34561ef

Please sign in to comment.