Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliehzl committed Mar 24, 2021
1 parent bbb077a commit c0c5fcd
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 $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-02
- tag: package-2021-01
- tag: package-2020-08-preview
- tag: package-2019-06
Expand All @@ -39,6 +40,16 @@ output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/stora
clear-output-folder: false
perform-load: false
```
### Tag: package-2021-02 and python
These settings apply only when `--tag=package-2021-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-2021-02'
namespace: azure.mgmt.storage.v2021_02_01
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/v2021_02_01
```
### Tag: package-2021-01 and python

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

0 comments on commit c0c5fcd

Please sign in to comment.