-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New-M365DSCDeltaReport error showing multiple AADRoleSetting - Displayname = #4019
Comments
Could you share a bit of the configurations used and how you ranNew-M365DSCDeltaReport? Thanks! |
I'm unable to reproduce the issue with the latest version
|
I'm seeing this issue as well with v1.24.207.2. Below are commands used to generate export and generate delta report. $Resources = @("AADAdministrativeUnit","AADApplication","AADAuthorizationPolicy","AADGroupLifecyclePolicy","AADGroupsNamingPolicy","AADGroupsSettings","AADNamedLocationPolicy","AADRoleDefinition","AADRoleSetting","AADSecurityDefaults","AADServicePrincipal","AADTenantDetails","AADTokenLifetimePolicy") Export-M365DSCConfiguration -TenantID $TenantID -ApplicationID $ApplicationID -CertificateThumbprint $CertThumbprint -Components $Resources -Path $Path -FileName $ExportFile New-M365DSCDeltaReport -Source "$Path$PreviousExportFile" -Destination "$Path$ExportFile" -OutputPath "$Path$ReportFile" |
@ShawnBeckers can you provide us with a source and destination file that leads to the delta? Some sample data should be enough, because we don't know which configuration you set. Thanks! |
Here's some sample data I used to reproduce the issue. Would be the same for both source and destination. |
@ShawnBeckers I think I found the underlying issue. In the configuration you provided to us, can you replace @andikrueger It seems like |
Description of the issue
When running New-M365DSCDeltaRepor , even between identical exports, the report contains multiple "AADRoleSetting - Displayname ="
Claiming they are missing
Major Minor Build Revision
1 23 1206 1
Microsoft 365 DSC Version
V1.23.1206.1
Which workloads are affected
Azure Active Directory
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: