From 90968eedbe2464705066166f73a6c2af49ff09c2 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Tue, 3 Oct 2023 09:30:05 -0400 Subject: [PATCH] Update settings.json --- .../MSFT_O365OrgSettings/settings.json | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/Modules/Microsoft365DSC/DSCResources/MSFT_O365OrgSettings/settings.json b/Modules/Microsoft365DSC/DSCResources/MSFT_O365OrgSettings/settings.json index b9eff7cb00..fbf73c095e 100644 --- a/Modules/Microsoft365DSC/DSCResources/MSFT_O365OrgSettings/settings.json +++ b/Modules/Microsoft365DSC/DSCResources/MSFT_O365OrgSettings/settings.json @@ -96,32 +96,6 @@ } ] } - }, - "ProjectWorkManagement": { - "delegated": { - "read": [ - { - "name": "OrgSettings-Planner.Read.All" - } - ], - "update": [ - { - "name": "OrgSettings-Planner.ReadWrite.All" - } - ] - }, - "application": { - "read": [ - { - "name": "OrgSettings-Planner.Read.All" - } - ], - "update": [ - { - "name": "OrgSettings-Planner.ReadWrite.All" - } - ] - } } } }