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

Fix blueprint export configuration name #4692

Merged

Conversation

FabienTschanz
Copy link
Contributor

Pull Request (PR) description

This pull request addresses an issue where the Assert-M365DSCBlueprint function would create a GUID for a temporary configuration export and the GUID starts with a digit instead of a letter. The PowerShell configuration parser requires that a configuration name starts with a letter, therefore the call would fail when detecting the configuration and report that the entire configuration has drifted (which is not true).

This Pull Request (PR) fixes the following issues

@NikCharlebois NikCharlebois merged commit 381a3f3 into microsoft:Dev May 22, 2024
2 checks passed
@FabienTschanz FabienTschanz deleted the fix/assert-m365dscblueprint branch May 27, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compare-M365DSCConfigurations and functions that call it have a serious problem
2 participants