Skip to content

Commit 1af2861

Browse files
authored
Update readme.python.md (#24873)
* Update readme.python.md * Update readme.python.md
1 parent e1f8a06 commit 1af2861

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ multiapi: true
2020
clear-output-folder: true
2121
batch:
2222
- tag: package-2022-08-01-preview-only
23+
- tag: package-2022-05-01-preview-only
2324
- tag: package-2022-04-01-only
2425
- tag: package-2022-04-01-preview-only
2526
- tag: package-2021-12-01-preview-python-only
@@ -52,6 +53,15 @@ namespace: azure.mgmt.authorization.v2022_08_01_preview
5253
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview
5354
```
5455

56+
### Tag: package-2022-05-01-preview-only and python
57+
58+
These settings apply only when `--tag=package-2022-05-01-preview-only --python` is specified on the command line.
59+
60+
``` yaml $(tag) == 'package-2022-05-01-preview-only' && $(python)
61+
namespace: azure.mgmt.authorization.v2022_05_01_preview
62+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_05_01_preview
63+
```
64+
5565
### Tag: package-2022-04-01-only and python
5666

5767
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.

0 commit comments

Comments
 (0)