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
$customSecurityAttributes = Invoke-MgGraphRequest -Uri $Global:MSCloudLoginConnectionProfile.MicrosoftGraph.ResourceUrl + "beta/servicePrincipals/$($ServicePrincipalId)?$select=customSecurityAttributes" -Method Get
?
throws "Invalid Argument exception"
V.1.24.1106.1
Azure Active Directory (Entra ID)
No response
The text was updated successfully, but these errors were encountered:
Resolve invalid argument exception when pulling Custom Security Attri…
a51c9be
…butes due to updated URI. - FIXES microsoft#5354
Successfully merging a pull request may close this issue.
Description of the issue
$customSecurityAttributes = Invoke-MgGraphRequest -Uri$Global:MSCloudLoginConnectionProfile.MicrosoftGraph.ResourceUrl + "beta/servicePrincipals/$ ($ServicePrincipalId)
?
$select=customSecurityAttributes" -Method Getthrows "Invalid Argument exception"
Microsoft 365 DSC Version
V.1.24.1106.1
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
No response
Verbose logs showing the problem
No response
Environment Information + PowerShell Version
No response
The text was updated successfully, but these errors were encountered: