Skip to content

Commit e553a7f

Browse files
msyycharryli0108
authored andcommitted
python config (Azure#24567)
1 parent b2ebbdf commit e553a7f

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
@@ -21,6 +21,7 @@ clear-output-folder: true
2121
batch:
2222
- tag: package-2022-08-01-preview-only
2323
- tag: package-2022-04-01-only
24+
- tag: package-2022-04-01-preview-only
2425
- tag: package-2021-12-01-preview-python-only
2526
- tag: package-2021-07-01-preview-only
2627
- tag: package-2021-03-01-preview-only
@@ -60,6 +61,15 @@ namespace: azure.mgmt.authorization.v2022_04_01
6061
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01
6162
```
6263

64+
### Tag: package-2022-04-01-preview-only and python
65+
66+
These settings apply only when `--tag=package-2022-04-01-preview-only --python` is specified on the command line.
67+
68+
``` yaml $(tag) == 'package-2022-04-01-preview-only' && $(python)
69+
namespace: azure.mgmt.authorization.v2022_04_01_preview
70+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01_preview
71+
```
72+
6373
### Tag: package-2021-12-01-preview-python-only and python
6474

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

0 commit comments

Comments
 (0)