Skip to content

Commit

Permalink
Update readme.python.md (Azure#24873)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
msyyc authored and harryli0108 committed Jul 28, 2023
1 parent e1d2551 commit ba3fad3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/authorization/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ multiapi: true
clear-output-folder: true
batch:
- tag: package-2022-08-01-preview-only
- tag: package-2022-05-01-preview-only
- tag: package-2022-04-01-only
- tag: package-2022-04-01-preview-only
- tag: package-2021-12-01-preview-python-only
Expand Down Expand Up @@ -52,6 +53,15 @@ namespace: azure.mgmt.authorization.v2022_08_01_preview
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview
```

### Tag: package-2022-05-01-preview-only and python

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

``` yaml $(tag) == 'package-2022-05-01-preview-only' && $(python)
namespace: azure.mgmt.authorization.v2022_05_01_preview
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_05_01_preview
```

### Tag: package-2022-04-01-only and python

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

0 comments on commit ba3fad3

Please sign in to comment.