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 0aad5f4 commit 098ffb1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tests/Unit/Stubs/Microsoft365.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96332,3 +96332,21 @@ function Set-AdminDlpPolicy
$Environments
)
}

function Remove-AdminDlpPolicy
{
[CmdletBinding()]
param(
[Parameter()]
[System.String]
$ApiVersion,

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

[Parameter()]
[System.String]
$EnvironmentName
)
}

0 comments on commit 098ffb1

Please sign in to comment.