We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 3.6.1
Repro step: Get-AzADUser -DisplayName 'Carl in ''t Veld'
Get-AzADUser -DisplayName 'Carl in ''t Veld'
Results in: Get-AzADUser : Syntax error at position 26 in 'displayName eq 'Carl in 't Veld''.
Get-AzADUser : Syntax error at position 26 in 'displayName eq 'Carl in 't Veld''.
Expected behavior: A successful retrieval of an ADUser object.
The text was updated successfully, but these errors were encountered:
Will be fixed in the upcoming release. The workaround is adding another single quote
Get-AzADUser -DisplayName 'Carl in ''''t Veld'
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version: 3.6.1
Repro step:
Get-AzADUser -DisplayName 'Carl in ''t Veld'
Results in:
Get-AzADUser : Syntax error at position 26 in 'displayName eq 'Carl in 't Veld''.
Expected behavior:
A successful retrieval of an ADUser object.
The text was updated successfully, but these errors were encountered: