From 720b298fb671edb083321e24ff4759f058e6e5ec Mon Sep 17 00:00:00 2001 From: setconst Date: Wed, 3 Jun 2026 16:39:42 -0700 Subject: [PATCH] Add examples it'll help more. --- GraphApiToMSI/Add-GraphApiRoleToMSI.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GraphApiToMSI/Add-GraphApiRoleToMSI.ps1 b/GraphApiToMSI/Add-GraphApiRoleToMSI.ps1 index 8fd8ea6..e13ccec 100644 --- a/GraphApiToMSI/Add-GraphApiRoleToMSI.ps1 +++ b/GraphApiToMSI/Add-GraphApiRoleToMSI.ps1 @@ -3,7 +3,7 @@ function Add-GraphApiRoleToMSI { [cmdletbinding()] param ( [parameter(Mandatory = $true)] - [string]$ApplicationName, + [string]$ApplicationName, # add example names like (e.g.,Fun-Tool, Helpfull-script, click-me, etc) [parameter(Mandatory = $true)] [string[]]$GraphApiRole, @@ -74,4 +74,4 @@ $roles = @( "GroupMember.Read.All" ) Add-GraphApiRoleToMSI -ApplicationName "FunctionAppExample" -GraphApiRole $roles -Token $token.Token -#endregion \ No newline at end of file +#endregion