Skip to content

Commit

Permalink
removed unneeded parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim McCall authored and Tim McCall committed Oct 21, 2022
1 parent 869120d commit 623e3dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions SDS Scripts/Get-Guardians.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
The script will output log file here.
.Parameter clientId
The application Id that has EduRoster.Read.All and EduRoster.ReadWrite.All permission
.Parameter clientSecret
The secret of the application Id that has EduRoster.Read.All and EduRoster.ReadWrite.All permission
.Parameter tenantId
The Id of the tenant.
.Parameter certificateThumbprint
Expand Down Expand Up @@ -47,15 +45,9 @@ Param (
[Parameter(Mandatory = $true)]
[string] $tenantId,

[Parameter(Mandatory = $true)]
[string] $clientSecret,

[Parameter(Mandatory = $true)]
[string] $certificateThumbprint,

[Parameter(Mandatory = $true)]
[string] $tenantDomain,

[Parameter(Mandatory = $true)]
[string] $studentAadObjectId
)
Expand Down

0 comments on commit 623e3dd

Please sign in to comment.