Skip to content

Commit

Permalink
Removed mandatory parameter for get cipp spo tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Aug 28, 2024
1 parent d3ef46f commit 1ad05c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/CIPPCore/Public/Get-CIPPSPOTenant.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function Get-CIPPSPOTenant {
[CmdletBinding()]
Param(
[Parameter(Mandatory = $true)]
[string]$TenantFilter,
[string]$SharepointPrefix
)
Expand Down

0 comments on commit 1ad05c4

Please sign in to comment.