Skip to content

Commit

Permalink
Merge pull request #5167 from NikCharlebois/AADLifecycleWorkflowSetting
Browse files Browse the repository at this point in the history
AADLifecycleWorkflowSettings - Initial Release
  • Loading branch information
NikCharlebois authored Oct 8, 2024
2 parents 1d75c6f + cf8ff5d commit 2fbba37
Show file tree
Hide file tree
Showing 12 changed files with 590 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/Scheduled - Generate Permission List.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* Initial release.
* AADEntitlementManagementSettings
* Added support for ApplicationSecret
* AADLifecycleWorkflowSettings
* Initial release.
* ADOPermissionGroupSettings
* Initial release.
* EXOMigrationEndpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"delegated": {
"read": [
{
"name": "Directory.ReadWrite.All"
"name": "Directory.Read.All"
}
],
"update": [
Expand All @@ -18,7 +18,7 @@
"application": {
"read": [
{
"name": "Directory.ReadWrite.All"
"name": "Directory.Read.All"
}
],
"update": [
Expand Down
Loading

0 comments on commit 2fbba37

Please sign in to comment.