Skip to content

Commit

Permalink
add tag 2019-06 to python readme (#7634)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhou-msft authored and weidongxu-microsoft committed Oct 25, 2019
1 parent 4644276 commit a869319
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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-2019-06
- tag: package-2019-04
- tag: package-2018-11
- tag: package-2018-07
Expand All @@ -30,6 +31,16 @@ batch:
- tag: package-2015-06
```
### Tag: package-2019-06 and python
These settings apply only when `--tag=package-2019-06 --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-06' && $(python)
python:
namespace: azure.mgmt.storage.v2019_06_01
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01
```
### Tag: package-2019-04 and python

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

0 comments on commit a869319

Please sign in to comment.