Skip to content

Commit

Permalink
Network 2018-02 for Go and Python (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Mar 30, 2018
1 parent f97e805 commit 83c74ca
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
autorest_options:
use: "@microsoft.azure/autorest.python@~3.0"
after_scripts:
- python ./scripts/multiapi_init_gen.py azure-mgmt-network
- repo: azure-libraries-for-java
Expand Down Expand Up @@ -399,6 +397,7 @@ go:

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2018-02
- tag: package-2018-01
- tag: package-2017-11
- tag: package-2017-10
Expand All @@ -414,6 +413,15 @@ batch:
- tag: package-2015-05-preview
```

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

These settings apply only when `--tag=package-2018-02 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2018-02' && $(go)
output-folder: $(go-sdk-folder)/services/network/mgmt/2018-02-01/network
```

### Tag: package-2018-01 and go

These settings apply only when `--tag=package-2018-01 --go` is specified on the command line.
Expand Down Expand Up @@ -552,6 +560,7 @@ Generate all API versions currently shipped for this package

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

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

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

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

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

0 comments on commit 83c74ca

Please sign in to comment.