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

Support for spaces in Active Directory group names #521

Merged

Conversation

SvenAelterman
Copy link
Contributor

@SvenAelterman SvenAelterman commented Oct 31, 2023

Overview/Summary

Fix the storage account domain join script arguments to support spaces in AD group names.

This PR fixes/adds/changes/removes

  1. Fixes Active Directory Group Names cannot contain spaces #520

Breaking Changes

N/A

Testing Evidence

Successful deployment with an AD group name All Employees.

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues
  • (AVD LZA Team Only) Associated it with relevant ADO Items
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Performed testing and provided evidence.
  • Updated relevant and associated documentation (e.g. Contribution Guide, Module READMEs, Docs etc.)

@@ -182,7 +182,8 @@

Write-Log "Unmounting drive"
# Remove-PSDrive -Name $DriveLetter -Force
net use ${DriveLetter} /delete
# HACK: Disabled because it fails

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to find a fix for this at this time.

@SvenAelterman SvenAelterman marked this pull request as draft October 31, 2023 02:02
@SvenAelterman SvenAelterman marked this pull request as ready for review October 31, 2023 02:33
@moisesjgomez moisesjgomez changed the base branch from main to groupname-space-update November 7, 2023 17:13
@moisesjgomez moisesjgomez merged commit 1ce86e4 into Azure:groupname-space-update Nov 7, 2023
8 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.

Active Directory Group Names cannot contain spaces
2 participants