Skip to content

Commit

Permalink
Plug Network 2018-04 for Python (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored May 8, 2018
1 parent ed7ee9b commit f0face3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ Generate all API versions currently shipped for this package

```yaml $(python) && $(multiapi)
batch:
- tag: package-2018-04
- tag: package-2018-02
- tag: package-2018-01
- tag: package-2017-11
Expand All @@ -768,6 +769,17 @@ batch:
- tag: package-2015-06split
```

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

These settings apply only when `--tag=package-2018-04 --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-04' && $(python)
python:
namespace: azure.mgmt.network.v2018_04_01
output-folder: $(python-sdks-folder)/azure-mgmt-network/azure/mgmt/network/v2018_04_01
```

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

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

0 comments on commit f0face3

Please sign in to comment.