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
Checking some part of the script. If Property parameter is specified then $URI should contain $select with properties, but $URI is overridden by
Property
$URI
$URI = "https://graph.microsoft.com/v1.0/users/$($params.UserId)/manager?`$select=*"
https://github.com/microsoftgraph/entra-powershell/blob/main/module/Entra/customizations/Get-EntraUserManager.ps1#L19-L31
The text was updated successfully, but these errors were encountered:
@MartinM85 Thank you for raising the bug, We are looking into it.
Sorry, something went wrong.
@MartinM85 : Could you confirm if the fixes are Ok as the original poster?
@SteveMutungi254 The fix looks good.
Successfully merging a pull request may close this issue.
Checking some part of the script. If
Property
parameter is specified then$URI
should contain $select with properties, but$URI
is overridden byhttps://github.com/microsoftgraph/entra-powershell/blob/main/module/Entra/customizations/Get-EntraUserManager.ps1#L19-L31
The text was updated successfully, but these errors were encountered: