-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update roledefinition filters (#4102)
* update tests to include type filter for roledefinitions * update version * rerecord tests
- Loading branch information
1 parent
270ea2d
commit 4f55754
Showing
26 changed files
with
3,157 additions
and
3,379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
"RequestBody": "", | ||
"RequestHeaders": { | ||
"x-ms-client-request-id": [ | ||
"6857078f-1ab6-4b6f-aa04-f0b28fdc14ff" | ||
"dd92333f-bad5-4a4d-843f-335bf5d8d25a" | ||
], | ||
"accept-language": [ | ||
"en-US" | ||
], | ||
"User-Agent": [ | ||
"FxVersion/4.6.25009.03", | ||
"Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.6.0.0" | ||
"Microsoft.Azure.Management.Authorization.AuthorizationManagementClient/2.8.0.0" | ||
] | ||
}, | ||
"ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"emailAddress\": \"[email protected]\",\r\n \"role\": \"ServiceAdministrator;AccountAdministrator\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/classicAdministrators/10030000930A2D88\",\r\n \"type\": \"Microsoft.Authorization/classicAdministrators\",\r\n \"name\": \"10030000930A2D88\"\r\n },\r\n {\r\n \"properties\": {\r\n \"emailAddress\": \"[email protected]\",\r\n \"role\": \"CoAdministrator\"\r\n },\r\n \"id\": \"/subscriptions/4004a9fd-d58e-48dc-aeb2-4a4aec58606f/providers/Microsoft.Authorization/classicAdministrators/1003BFFD801C213F\",\r\n \"type\": \"Microsoft.Authorization/classicAdministrators\",\r\n \"name\": \"1003BFFD801C213F\"\r\n }\r\n ]\r\n}", | ||
|
@@ -29,7 +29,7 @@ | |
"no-cache" | ||
], | ||
"Date": [ | ||
"Fri, 16 Feb 2018 01:45:32 GMT" | ||
"Sat, 10 Mar 2018 00:21:05 GMT" | ||
], | ||
"Pragma": [ | ||
"no-cache" | ||
|
@@ -42,16 +42,16 @@ | |
"Accept-Encoding" | ||
], | ||
"x-ms-request-id": [ | ||
"centralus:3e828980-77ef-4aec-9c03-20c701ba31c4" | ||
"westus2:f566efec-5462-4aae-97d0-f1b3635d87b7" | ||
], | ||
"x-ms-ratelimit-remaining-subscription-reads": [ | ||
"14999" | ||
"14978" | ||
], | ||
"x-ms-correlation-request-id": [ | ||
"f9b7892e-7679-407c-9eb5-3a90c99d6bed" | ||
"dff26a77-9fe6-49de-a0e3-f50c1e65d99e" | ||
], | ||
"x-ms-routing-request-id": [ | ||
"CENTRALUSEUAP:20180216T014532Z:f9b7892e-7679-407c-9eb5-3a90c99d6bed" | ||
"WESTUS2:20180310T002106Z:dff26a77-9fe6-49de-a0e3-f50c1e65d99e" | ||
], | ||
"Strict-Transport-Security": [ | ||
"max-age=31536000; includeSubDomains" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
...SessionRecords/Authorization.Tests.BasicTests/ProviderOperationsMetadataListGetTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
.../Authorization.Tests.BasicTests/ProviderOperationsMetadataListWithDataActionGetTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
...ests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentAtScopeAndAboveTest.json
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
...rization.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentByIdTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
142 changes: 71 additions & 71 deletions
142
...n.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListByFilterTest.json
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
...n.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentListForScopeTest.json
Large diffs are not rendered by default.
Oops, something went wrong.
118 changes: 59 additions & 59 deletions
118
...ionRecords/Authorization.Tests.BasicTests/RoleAssignmentListWithAssignedToFilterTest.json
Large diffs are not rendered by default.
Oops, something went wrong.
82 changes: 41 additions & 41 deletions
82
...Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsCreateDeleteTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
84 changes: 42 additions & 42 deletions
84
...tion.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleAssignmentsListGetTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
286 changes: 143 additions & 143 deletions
286
...zation.Tests/SessionRecords/Authorization.Tests.BasicTests/RoleDefinitionCreateTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.