Skip to content

Commit 6e00a6d

Browse files
msyycanandanthony
authored andcommitted
config (Azure#21047)
1 parent 02ffe5a commit 6e00a6d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

specification/authorization/resource-manager/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ input-file:
157157
- Microsoft.Authorization/stable/2020-10-01/RoleManagementPolicyAssignment.json
158158
```
159159

160+
### Tag: package-2022-04-01-only
161+
162+
These settings apply only when `--tag=package-2022-04-01-only` is specified on the command line.
163+
164+
``` yaml $(tag) == 'package-2022-04-01-only'
165+
input-file:
166+
- Microsoft.Authorization/stable/2022-04-01/authorization-DenyAssignmentCalls.json
167+
- Microsoft.Authorization/stable/2022-04-01/authorization-ProviderOperationsCalls.json
168+
- Microsoft.Authorization/stable/2022-04-01/authorization-RoleAssignmentsCalls.json
169+
- Microsoft.Authorization/stable/2022-04-01/authorization-RoleDefinitionsCalls.json
170+
- Microsoft.Authorization/stable/2022-04-01/common-types.json
171+
```
172+
160173
### Tag: package-2022-04-01-preview-only
161174

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818
multiapi: true
1919
clear-output-folder: true
2020
batch:
21+
- tag: package-2022-04-01-only
2122
- tag: package-2021-12-01-preview-only
2223
- tag: package-2021-07-01-preview-only
2324
- tag: package-2021-03-01-preview-only
@@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azur
3940
perform-load: false
4041
```
4142
43+
### Tag: package-2022-04-01-only and python
44+
45+
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
46+
47+
``` yaml $(tag) == 'package-2022-04-01-only' && $(python)
48+
namespace: azure.mgmt.authorization.v2022_04_01
49+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2022_04_01
50+
```
51+
4252
### Tag: package-2021-12-01-preview-only and python
4353

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

0 commit comments

Comments
 (0)