Skip to content

Commit

Permalink
{storage} Add new api version in readme (Azure#13034)
Browse files Browse the repository at this point in the history
* add api

* refine
  • Loading branch information
Juliehzl authored and greenms committed Feb 19, 2021
1 parent 2786862 commit bbd3438
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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 $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-01
- tag: package-2020-08-preview
- tag: package-2019-06
- tag: package-2019-04
Expand All @@ -38,7 +39,15 @@ output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/stora
clear-output-folder: false
perform-load: false
```
### Tag: package-2021-01 and python
These settings apply only when `--tag=package-2021-01 --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-2021-01'
namespace: azure.mgmt.storage.v2021_01_01
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2021_01_01
```
### Tag: package-2020-08-preview and python

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

0 comments on commit bbd3438

Please sign in to comment.