Skip to content

Commit 328ddba

Browse files
gautamdshethGautam Sheth
andauthored
Fix #3835: Added additional permissions to Graph (#3841)
Co-authored-by: Gautam Sheth <gautam.sheth@staffbase.com>
1 parent bbac888 commit 328ddba

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1616
- Added `Get-PnPLibraryFileVersionExpirationReportJobProgress` and `Get-PnPSiteFileVersionExpirationReportJobProgress` cmdlets to getting the progress for the job for file versions based on age. [#3799](https://github.com/pnp/powershell/pull/3799)
1717
- Added `-UseVersionExpirationReport` parameter to `Get-PnPFileVersion` cmdlet to get the version expiration report for a single file. [#3799](https://github.com/pnp/powershell/pull/3799)
1818
- Added `-DelayDenyAddAndCustomizePagesEnforcement` parameter to `Set-PnPTenant` cmdlet which allows delay of the change to custom script set on the Tenant until mid-November 2024. [#3815](https://github.com/pnp/powershell/pull/3815)
19+
- Added additional permissions for Graph application permission validate sets.
1920

2021
### Fixed
2122

src/Commands/Resources/GraphPermissions.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5225,6 +5225,28 @@
52255225
"isEnabled": true,
52265226
"isAdmin": false,
52275227
"value": "Mail.ReadBasic.All"
5228+
},
5229+
{
5230+
"allowedMemberTypes": [
5231+
"Application"
5232+
],
5233+
"consentDescription": "Allows the app to create, read, update and delete all users' tasks and task lists in your organization, without a signed-in user.",
5234+
"consentDisplayName": "Read and write all users' tasks and tasklists",
5235+
"id": "44e666d1-d276-445b-a5fc-8815eeb81d55",
5236+
"isEnabled": true,
5237+
"isAdmin": false,
5238+
"value": "Tasks.ReadWrite.All"
5239+
},
5240+
{
5241+
"allowedMemberTypes": [
5242+
"Application"
5243+
],
5244+
"consentDescription": "Allows the app to read all users' tasks and task lists in your organization, without a signed-in user.",
5245+
"consentDisplayName": "Read all users' tasks and tasklist",
5246+
"id": "f10e1f91-74ed-437f-a6fd-d6ae88e26c1f",
5247+
"isEnabled": true,
5248+
"isAdmin": false,
5249+
"value": "Tasks.Read.All"
52285250
}
52295251
]
52305252
}

0 commit comments

Comments
 (0)