Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions specification/authorization/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ input-file:
- Microsoft.Authorization/preview/2022-08-01-preview/RoleManagementAlerts.json
```

### Tag: package-2021-12-01-preview-python-only

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

``` yaml $(tag) == 'package-2021-12-01-preview-python-only'
input-file:
- Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json
```

### Tag: package-2020-10-01

These settings apply only when `--tag=package-2020-10-01` is specified on the command line.
Expand Down
18 changes: 14 additions & 4 deletions specification/authorization/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ default-api-version: "2022-04-01"
multiapi: true
clear-output-folder: true
batch:
- tag: package-2022-08-01-preview-only
- tag: package-2022-04-01-only
- tag: package-2021-12-01-preview-only
- tag: package-2021-12-01-preview-python-only
- tag: package-2021-07-01-preview-only
- tag: package-2021-03-01-preview-only
- tag: package-2021-01-01-preview-only
Expand All @@ -41,6 +42,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur
perform-load: false
```

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

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

``` yaml $(tag) == 'package-2022-08-01-preview-only' && $(python)
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-04-01-only and python

These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
Expand All @@ -50,11 +60,11 @@ namespace: azure.mgmt.authorization.v2022_04_01
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01
```

### Tag: package-2021-12-01-preview-only and python
### Tag: package-2021-12-01-preview-python-only and python

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

``` yaml $(tag) == 'package-2021-12-01-preview-only' && $(python)
``` yaml $(tag) == 'package-2021-12-01-preview-python-only' && $(python)
namespace: azure.mgmt.authorization.v2021_12_01_preview
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_12_01_preview
```
Expand Down