Skip to content

Commit

Permalink
change permissions to tenant media set
Browse files Browse the repository at this point in the history
  • Loading branch information
WaelAbuSeada authored and WaelAbuSeada committed Nov 24, 2024
1 parent 0d74692 commit a49ff6d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ permissionset 1481 "Edit in Excel - Read"

IncludedPermissionSets = "Edit in Excel - Objects";

Permissions = tabledata "Media Resources" = r;
Permissions = tabledata "Tenant Media Set" = r;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ page 1480 "Excel Centralized Depl. Wizard"
SourceTable = "Edit in Excel Settings";
Extensible = false;
AccessByPermission = tabledata "Edit in Excel Settings" = M;
Permissions = tabledata "Media Resources" = r;
Permissions = tabledata "Tenant Media Set" = r;
HelpLink = 'https://go.microsoft.com/fwlink/?linkid=2221526';

layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissionset 8900 "Email - Read"
tabledata "Email View Policy" = r,
tabledata Field = r,
tabledata Media = r, // Email Account Wizard requires this
tabledata "Media Resources" = r,
tabledata "Tenant Media Set" = r,
tabledata "Sent Email" = r,
tabledata "Tenant Media" = r,
tabledata User = R;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ page 8886 "Email Account Wizard"
Editable = true;
ShowFilter = false;
LinksAllowed = false;
Permissions = tabledata Media = r,
tabledata "Media Resources" = r,
Permissions = tabledata "Tenant Media Set" = r,
tabledata "Email Rate Limit" = imd;

layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace System.Environment.Configuration;

using System.Globalization;
using System.Apps;
using System.Environment;

permissionset 1993 "Guided Experience - Edit"
{
Expand All @@ -21,5 +22,7 @@ permissionset 1993 "Guided Experience - Edit"
tabledata "Checklist Item User" = IMD,
tabledata "Checklist Setup" = IMd,
tabledata "Published Application" = imd,
tabledata "Spotlight Tour Text" = imd;
tabledata "Spotlight Tour Text" = imd,
tabledata "Tenant Media" = imd,
tabledata "Tenant Media Set" = imd;
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ permissionset 1991 "Guided Experience - Read"
tabledata "Spotlight Tour Text" = r,
tabledata User = r,
tabledata "User Checklist Status" = R,
tabledata "User Personalization" = r;
tabledata "User Personalization" = r,
tabledata "Tenant Media" = r,
tabledata "Tenant Media Set" = r;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace System.Environment.Configuration;

using System.Environment;
using System.Globalization;
using System.Reflection;

Expand All @@ -24,5 +25,7 @@ permissionset 1992 "Guided Experience - View"
tabledata "Guided Experience Item" = imd,
tabledata "Primary Guided Experience Item" = imd,
tabledata "Spotlight Tour Text" = imd,
tabledata "User Checklist Status" = im;
tabledata "User Checklist Status" = im,
tabledata "Tenant Media" = im,
tabledata "Tenant Media Set" = im;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ permissionset 2715 "Page Summary Provider - Read"
IncludedPermissionSets = "Page Summary Provider - Obj.";

Permissions = tabledata Company = r,
tabledata Media = r,
tabledata "Media Resources" = r,
tabledata "Page Data Personalization" = R,
tabledata "Page Metadata" = r,
tabledata "Tenant Media Set" = r,
tabledata "Tenant Media Thumbnails" = r; // Page Summary Provider Settings Wizard requires this
tabledata "Tenant Media" = r,
tabledata "Tenant Media Set" = r; // Page Summary Provider Settings Wizard requires this
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ page 2718 "Page Summary Settings"
PageType = NavigatePage;
Extensible = false;
AccessByPermission = tabledata "Page Summary Settings" = M;
Permissions = tabledata Media = r,
tabledata "Media Resources" = r;
Permissions = tabledata "Tenant Media" = r,
tabledata "Tenant Media Set" = r;
UsageCategory = Administration;

layout
Expand Down

0 comments on commit a49ff6d

Please sign in to comment.