-
Notifications
You must be signed in to change notification settings - Fork 527
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
Full export produces duplicate entries #3182
Comments
The same applies to the following resource types. I'll lump them together here but let me know if you want separate issues for each.
|
Yes, we are aware of this unfortunate issue. A fix has already been merged for this and will be available in next week's release. Sorry for the troubles, this is related to a recent change in the naming logic in hopes of making the deployment progress more intuitive. |
Good to know, thanks for the update! I'm looking forward to trying it out :) |
@leitzler can you please confirm if this issue was solved for you with the latest release? Thanks |
Apologies for the late reply. Unfortunately I don't have bandwidth to run another test at the moment (and my sandbox env is deleted so I need to wait for the 60 days quarantine to end before I can create a new). I'll add a calendar reminder to take another look when the quarantine is over. |
To help remediate to the issue, we have introduced a new -Validate switch to the Export-M365DSCConfiguration cmdlet. While this won't automatically solve the issue, it is the best we can do to help customers troubleshoot their config. |
Details of the scenario you tried and the problem that is occurring
Similar to #3181 but for
SPOPropertyBag
entries (that require a full export).Exported a clean developer tenant with default sample data using certificate thumbprint and Full mode:
Trying to convert gives me:
And the
M365TenantConfig.ps1
file do contain severalSPOPropertyBag
entries, this is just the first 3 out of 198:Verbose logs showing the problem
See above.
Suggested solution to the issue
Include enough details in key to make different labels unique.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
Using Windows Server Core container,
mcr.microsoft.com/windows/servercore:1809-amd64
.The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: