Skip to content

Commit

Permalink
Update Microsoft365.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 10, 2024
1 parent 9718e60 commit de78e94
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions Tests/Unit/Stubs/Microsoft365.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96162,3 +96162,89 @@ function New-MgBetaDirectoryCustomSecurityAttributeDefinition
$HttpPipelineAppend
)
}

function Get-MgBetaDirectoryCustomSecurityAttributeDefinition
{
[CmdletBinding()]
param(
[Parameter()]
[System.String[]]
$Property,

[Parameter()]
[PSObject]
$InputObject,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$ProxyUseDefaultCredentials,

[Parameter()]
[System.Int32]
$PageSize,

[Parameter()]
[PSObject]
$HttpPipelinePrepend,

[Parameter()]
[System.Int32]
$Skip,

[Parameter()]
[System.Int32]
$Top,

[Parameter()]
[System.String]
$CountVariable,

[Parameter()]
[System.Uri]
$Proxy,

[Parameter()]
[System.String[]]
$Sort,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$All,

[Parameter()]
[System.String]
$Filter,

[Parameter()]
[System.String]
$CustomSecurityAttributeDefinitionId,

[Parameter()]
[System.Management.Automation.PSCredential]
$ProxyCredential,

[Parameter()]
[System.String]
$Search,

[Parameter()]
[System.String]
$ResponseHeadersVariable,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$Break,

[Parameter()]
[System.String[]]
$ExpandProperty,

[Parameter()]
[System.Collections.IDictionary]
$Headers,

[Parameter()]
[PSObject]
$HttpPipelineAppend
)
}

0 comments on commit de78e94

Please sign in to comment.