Skip to content

Commit

Permalink
Delegated Admin JQ Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grobyns committed May 30, 2024
1 parent efa2b00 commit cecb06b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ using System.Azure.Identity;
using System.Environment.Configuration;
using System.Email;
using System.Apps;
using System.DataAdministration;

entitlement "Delegated Admin agent - Partner"
{
Expand All @@ -23,6 +24,7 @@ entitlement "Delegated Admin agent - Partner"
"Security Groups - Admin",
"Exten. Mgt. - Admin",
"Email - Admin",
"Feature Key - Admin";
"Feature Key - Admin",
"Retention Policy - Admin";
#pragma warning restore
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ using System.Azure.Identity;
using System.Environment.Configuration;
using System.Email;
using System.Apps;
using System.DataAdministration;

entitlement "Dynamics 365 Admin - Partner"
{
Expand All @@ -23,6 +24,7 @@ entitlement "Dynamics 365 Admin - Partner"
"Security Groups - Admin",
"Exten. Mgt. - Admin",
"Email - Admin",
"Feature Key - Admin";
"Feature Key - Admin",
"Retention Policy - Admin";
#pragma warning restore
}

0 comments on commit cecb06b

Please sign in to comment.