File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
specification/authorization/resource-manager Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff 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
162175These settings apply only when `--tag=package-2022-04-01-preview-only` is specified on the command line.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818multiapi : true
1919clear-output-folder : true
2020batch :
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
3940perform-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
4454These settings apply only when `--tag=package-2021-12-01-preview-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments