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

AADGroup: Fix issue when filtering groups by display name #4395

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

ricmestre
Copy link
Contributor

Pull Request (PR) description

Latest release introduced a fix for supporting filtering groups that contained character ' in their displayname, nevertheless this also introduced a bug that now all ' characters were doubled including the ones used in the filter itself.

This fixes that issue by replacing ' with '' only in the DisplayName of the group and not of the filter.

While here also removed showing the current values after Get-TargetResource since I added that on previous release to the Test-TargetResource like it's done across the whole tree.

This Pull Request (PR) fixes the following issues

@NikCharlebois NikCharlebois merged commit bc52b12 into microsoft:Dev Mar 13, 2024
2 checks passed
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.

AADGroup: identification of existing groups is not working properly
2 participants