-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5480 from ykuijs/Dev
Implement default formatting to all resources
- Loading branch information
Showing
382 changed files
with
8,621 additions
and
8,192 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
203 changes: 106 additions & 97 deletions
203
...oft365DSC/DSCResources/MSFT_AADAccessReviewDefinition/MSFT_AADAccessReviewDefinition.psm1
Large diffs are not rendered by default.
Oops, something went wrong.
45 changes: 20 additions & 25 deletions
45
Modules/Microsoft365DSC/DSCResources/MSFT_AADAccessReviewDefinition/settings.json
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 |
---|---|---|
@@ -1,29 +1,24 @@ | ||
{ | ||
"resourceName": "AADAccessReviewDefinition", | ||
"description": "This resource configures an Azure AD Access Review Definition.", | ||
"permissions": { | ||
"graph": { | ||
"delegated": { | ||
"read": [ | ||
{ | ||
"name": "AccessReview.Read.All" | ||
} | ||
], | ||
"update": [ | ||
|
||
] | ||
}, | ||
"application": { | ||
"read": [ | ||
{ | ||
"name": "AccessReview.Read.All" | ||
} | ||
], | ||
"update": [ | ||
|
||
] | ||
} | ||
} | ||
} | ||
|
||
"permissions": { | ||
"graph": { | ||
"delegated": { | ||
"read": [ | ||
{ | ||
"name": "AccessReview.Read.All" | ||
} | ||
], | ||
"update": [] | ||
}, | ||
"application": { | ||
"read": [ | ||
{ | ||
"name": "AccessReview.Read.All" | ||
} | ||
], | ||
"update": [] | ||
} | ||
} | ||
} | ||
} |
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
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
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.