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
For example, Set-EntraUser -ObjectId $diegoId -AgeGroup $null fails.
Set-EntraUser -ObjectId $diegoId -AgeGroup $null
$null is converted to:
$null
{ "ageGroup": "" }
instead of:
{ "ageGroup": null }
I assume we will have the same problem with other Entra commands.
The text was updated successfully, but these errors were encountered:
@alexandair Thanks for raising the bug we are looking into it.
Sorry, something went wrong.
This issue is present in the SDK as show @SteveMutungi254 please advise.
We should use the Graph API and perform customization as needed.
No branches or pull requests
For example,
Set-EntraUser -ObjectId $diegoId -AgeGroup $null
fails.$null
is converted to:instead of:
I assume we will have the same problem with other Entra commands.
The text was updated successfully, but these errors were encountered: