Skip to content

Commit

Permalink
add package-2019-12 python define (#8769)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyu3 authored Mar 20, 2020
1 parent cb0a81f commit 998af7d
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 @@ -46,6 +46,17 @@ batch:
- tag: package-2015-06split
```
### Tag: package-2019-12 and python
These settings apply only when `--tag=package-2019-12 --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-12' && $(python)
python:
namespace: azure.mgmt.network.v2019_12_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01
```

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

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

0 comments on commit 998af7d

Please sign in to comment.