Skip to content

Commit

Permalink
Update MSFT_AADRoleManagementPolicyRule.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Nov 29, 2024
1 parent aad2ad1 commit a945bad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@ function Export-TargetResource
$i = 1
foreach ($rule in $rules)
{
if ($null -ne $Global:M365DSCExportResourceInstancesCount)
{
$Global:M365DSCExportResourceInstancesCount++
}
Write-Host " |---[$i/$($rules.Count)] $($role.displayName)_$($rule.id)" -NoNewline
$Params = @{
roleDisplayName = $role.displayName
Expand Down

0 comments on commit a945bad

Please sign in to comment.