Skip to content

Commit ac1c84f

Browse files
BigCat20196msyyc
andauthored
Update readme and readme.python (#15973)
* Update readme and readme.python * Update readme python * Update readme python * Update readme.python.md * Update readme python Co-authored-by: msyyc <[email protected]>
1 parent 296412a commit ac1c84f

File tree

2 files changed

+56
-18
lines changed

2 files changed

+56
-18
lines changed

specification/authorization/resource-manager/readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,25 @@ input-file:
133133
- Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicyAssignment.json
134134
```
135135

136+
### Tag: package-2020-10-01-preview-only
137+
138+
These settings apply only when `--tag=package-2020-10-01-preview-only` is specified on the command line.
139+
140+
``` yaml $(tag) == 'package-2020-10-01-preview-only'
141+
input-file:
142+
- Microsoft.Authorization/preview/2020-10-01-preview/authorization-RoleAssignmentsCalls.json
143+
- Microsoft.Authorization/preview/2020-10-01-preview/common-types.json
144+
- Microsoft.Authorization/preview/2020-10-01-preview/EligibleChildResources.json
145+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentSchedule.json
146+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentScheduleInstance.json
147+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleAssignmentScheduleRequest.json
148+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilitySchedule.json
149+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilityScheduleInstance.json
150+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleEligibilityScheduleRequest.json
151+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicy.json
152+
- Microsoft.Authorization/preview/2020-10-01-preview/RoleManagementPolicyAssignment.json
153+
```
154+
136155
### Tag: profile-hybrid-2020-09-01
137156

138157
These settings apply only when `--tag=profile-hybrid-2020-09-01` is specified on the command line.
@@ -200,6 +219,15 @@ input-file:
200219
- Microsoft.Authorization/preview/2019-08-01-preview/authorization-UsageMetricsCalls.json
201220
```
202221

222+
### Tag: package-2019-08-01-preview-only
223+
224+
These settings apply only when `--tag=package-2019-08-01-preview-only` is specified on the command line.
225+
226+
``` yaml $(tag) == 'package-2019-08-01-preview-only'
227+
input-file:
228+
- Microsoft.Authorization/preview/2019-08-01-preview/authorization-UsageMetricsCalls.json
229+
```
230+
203231
### Tag: profile-hybrid-2019-03-01
204232

205233
These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.

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

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ batch:
2020
- tag: package-2021-07-01-preview-only
2121
- tag: package-2021-03-01-preview-only
2222
- tag: package-2021-01-01-preview-only
23+
- tag: package-2020-10-01-preview-only
2324
- tag: package-2020-04-01-preview-only
24-
- tag: package-2020-10-01-preview
25+
- tag: package-2019-08-01-preview-only
2526
- tag: package-2018-09-01-preview-only
2627
- tag: package-2018-07-01-preview-only
2728
- tag: package-2018-05-01-preview
@@ -55,6 +56,23 @@ namespace: azure.mgmt.authorization.v2021_03_01_preview
5556
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_03_01_preview
5657
```
5758

59+
### Tag: package-2021-01-01-preview-only and python
60+
61+
These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line.
62+
63+
``` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python)
64+
namespace: azure.mgmt.authorization.v2021_01_01_preview
65+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview
66+
```
67+
### Tag: package-2020-10-01-preview-only and python
68+
69+
These settings apply only when `--tag=package-2020-10-01-preview-only --python` is specified on the command line.
70+
71+
``` yaml $(tag) == 'package-2020-10-01-preview-only' && $(python)
72+
namespace: azure.mgmt.authorization.v2020_10_01_preview
73+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview
74+
```
75+
5876
### Tag: package-2020-04-01-preview-only and python
5977

6078
These settings apply only when `--tag=package-2020-04-01-preview-only --python` is specified on the command line.
@@ -64,6 +82,15 @@ namespace: azure.mgmt.authorization.v2020_04_01_preview
6482
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_04_01_preview
6583
```
6684

85+
### Tag: package-2019-08-01-preview-only and python
86+
87+
These settings apply only when `--tag=package-2019-08-01-preview-only --python` is specified on the command line.
88+
89+
``` yaml $(tag) == 'package-2019-08-01-preview-only' && $(python)
90+
namespace: azure.mgmt.authorization.v2019_08_01_preview
91+
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2019_08_01_preview
92+
```
93+
6794
### Tag: package-2018-09-01-preview-only and python
6895

6996
These settings apply only when `--tag=package-2018-09-01-preview-only --python` is specified on the command line.
@@ -117,20 +144,3 @@ These settings apply only when `--tag=2015-06-01-preview --python` is specified
117144
namespace: azure.mgmt.authorization.v2015_06_01
118145
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2015_06_01
119146
```
120-
121-
### Tag: package-2021-01-01-preview-only and python
122-
123-
These settings apply only when `--tag=package-2021-01-01-preview-only --python` is specified on the command line.
124-
125-
``` yaml $(tag) == 'package-2021-01-01-preview-only' && $(python)
126-
namespace: azure.mgmt.authorization.v2021_01_01_preview
127-
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2021_01_01_preview
128-
```
129-
### Tag: package-2020-10-01-preview and python
130-
131-
These settings apply only when `--tag=package-2020-10-01-preview --python` is specified on the command line.
132-
133-
``` yaml $(tag) == 'package-2020-10-01-preview' && $(python)
134-
namespace: azure.mgmt.authorization.v2020_10_01_preview
135-
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/v2020_10_01_preview
136-
```

0 commit comments

Comments
 (0)