Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Dec 8, 2022
1 parent a7f2a4b commit 1ae7e4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# UNRELEASED

* PlannerBucket & PlannerPlan
* Changed invalid permissions in the setting.json files
FIXES [#2629](https://github.com/microsoft/Microsoft365DSC/issues/2629)
* DEPENDENCIES
* Updated MSCloudLoginAssistant to version 1.0.99;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"delegated": {
"read": [
{
"name": "Tasks.Read.All"
"name": "Tasks.Read"
}
],
"update": [
{
"name": "Tasks.ReadWrite.All"
"name": "Tasks.ReadWrite"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"name": "Group.Read.All"
},
{
"name": "Tasks.Read.All"
"name": "Tasks.Read"
}
],
"update": [
{
"name": "Group.Read.All"
},
{
"name": "Tasks.Read.All"
"name": "Tasks.Read"
},
{
"name": "Tasks.ReadWrite.All"
"name": "Tasks.ReadWrite"
}
]
},
Expand Down

0 comments on commit 1ae7e4c

Please sign in to comment.