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
Context: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/8766
Snippet is on this page: https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http
Find the HTTP snippet that looks like:
GET https://graph.microsoft.com/beta/users?$filter=endsWith(userPrincipalName,'%23EXT%[email protected]')
The generated PowerShell snippet is missing the second parameter to the endsWith:
endsWith
Import-Module Microsoft.Graph.Beta.Users Get-MgBetaUser -Filter "endsWith(userPrincipalName,'"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context: https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/8766
Snippet is on this page: https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http
Find the HTTP snippet that looks like:
The generated PowerShell snippet is missing the second parameter to the
endsWith
:The text was updated successfully, but these errors were encountered: