Skip to content

Commit 504c619

Browse files
authored
update (#24218)
1 parent a81abb2 commit 504c619

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

specification/authorization/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ input-file:
9292
- Microsoft.Authorization/preview/2022-08-01-preview/RoleManagementAlerts.json
9393
```
9494

95+
### Tag: package-2021-12-01-preview-python-only
96+
97+
These settings apply only when `--tag=package-2021-12-01-preview-python-only` is specified on the command line.
98+
99+
``` yaml $(tag) == 'package-2021-12-01-preview-python-only'
100+
input-file:
101+
- Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json
102+
```
103+
95104
### Tag: package-2020-10-01
96105

97106
These settings apply only when `--tag=package-2020-10-01` is specified on the command line.

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ default-api-version: "2022-04-01"
1919
multiapi: true
2020
clear-output-folder: true
2121
batch:
22+
- tag: package-2022-08-01-preview-only
2223
- tag: package-2022-04-01-only
23-
- tag: package-2021-12-01-preview-only
24+
- tag: package-2021-12-01-preview-python-only
2425
- tag: package-2021-07-01-preview-only
2526
- tag: package-2021-03-01-preview-only
2627
- tag: package-2021-01-01-preview-only
@@ -41,6 +42,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur
4142
perform-load: false
4243
```
4344
45+
### Tag: package-2022-08-01-preview-only and python
46+
47+
These settings apply only when `--tag=package-2022-08-01-preview-only --python` is specified on the command line.
48+
49+
``` yaml $(tag) == 'package-2022-08-01-preview-only' && $(python)
50+
namespace: azure.mgmt.authorization.v2022_08_01_preview
51+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_08_01_preview
52+
```
53+
4454
### Tag: package-2022-04-01-only and python
4555

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

53-
### Tag: package-2021-12-01-preview-only and python
63+
### Tag: package-2021-12-01-preview-python-only and python
5464

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

57-
``` yaml $(tag) == 'package-2021-12-01-preview-only' && $(python)
67+
``` yaml $(tag) == 'package-2021-12-01-preview-python-only' && $(python)
5868
namespace: azure.mgmt.authorization.v2021_12_01_preview
5969
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_12_01_preview
6070
```

0 commit comments

Comments
 (0)