Skip to content

Commit

Permalink
Update readme.python.md (#15645)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAY-316 authored Aug 13, 2021
1 parent bc3a0bd commit 9593dd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-02-only
- tag: package-2021-01-15-only
- tag: package-2021-01-only
- tag: package-2020-12-only
Expand All @@ -43,6 +44,16 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-02-only and python
These settings apply only when `--tag=package-2021-02-only --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-only' && $(python)
namespace: azure.mgmt.web.v2021_02_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01
```

### Tag: package-2021-01-15-only and python

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

0 comments on commit 9593dd0

Please sign in to comment.