Skip to content

Commit

Permalink
Storage 2018-11 conf for Python (#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Mar 15, 2019
1 parent 34ec12b commit faa3203
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/storage/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-11
- tag: package-2018-07
- tag: package-2018-03
- tag: package-2018-02
Expand All @@ -28,6 +29,17 @@ batch:
- tag: package-2015-06
```
### Tag: package-2018-11 and python
These settings apply only when `--tag=package-2018-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-2018-11' && $(python)
python:
namespace: azure.mgmt.storage.v2018_11_01
output-folder: $(python-sdks-folder)/azure-mgmt-storage/azure/mgmt/storage/v2018_11_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 faa3203

Please sign in to comment.