Skip to content
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

[EXOMailboxPlan] Export creates resource that include GUIDs in the name #3314

Closed
ykuijs opened this issue May 16, 2023 · 0 comments · Fixed by #3433 or #3446
Closed

[EXOMailboxPlan] Export creates resource that include GUIDs in the name #3314

ykuijs opened this issue May 16, 2023 · 0 comments · Fixed by #3433 or #3446
Labels
Bug Something isn't working Exchange Online

Comments

@ykuijs
Copy link
Member

ykuijs commented May 16, 2023

Details of the scenario you tried and the problem that is occurring

When exporting the EXOMailboxPlan resource, it exports the resources with GUIDs in the name. These GUID are tenant specific, which means that compares do not work correctly.

Second, the compare also shows the incorrect Key parameter: IsSingleInstance instead of Identity:
image

Verbose logs showing the problem

image

Suggested solution to the issue

Trim the GUID from the mailbox plan identity.

The DSC configuration that is used to reproduce the issue (as detailed as possible)

# insert configuration here

The operating system the target node is running

Version of the DSC module that was used ('dev' if using current dev branch)

dev

@andikrueger andikrueger added Bug Something isn't working Exchange Online labels May 16, 2023
NikCharlebois added a commit to NikCharlebois/Microsoft365DSC that referenced this issue Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Exchange Online
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants