Skip to content

Commit 9593dd0

Browse files
authored
Update readme.python.md (#15645)
1 parent bc3a0bd commit 9593dd0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/web/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Generate all API versions currently shipped for this package
2121
```yaml $(python) && $(multiapi)
2222
clear-output-folder: true
2323
batch:
24+
- tag: package-2021-02-only
2425
- tag: package-2021-01-15-only
2526
- tag: package-2021-01-only
2627
- tag: package-2020-12-only
@@ -43,6 +44,16 @@ clear-output-folder: false
4344
perform-load: false
4445
```
4546
47+
### Tag: package-2021-02-only and python
48+
49+
These settings apply only when `--tag=package-2021-02-only --python` is specified on the command line.
50+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
51+
52+
``` yaml $(tag) == 'package-2021-02-only' && $(python)
53+
namespace: azure.mgmt.web.v2021_02_01
54+
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01
55+
```
56+
4657
### Tag: package-2021-01-15-only and python
4758

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

0 commit comments

Comments
 (0)