You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az ad app update --id XXXXXXXXXXXX--set groupMembershipClaims=All
Property 'groupMembershipClaims' not found on root. Send it as an additional property .
working on az cli version 2.0.59
if you list out the help
az ad app update --id xxxxxxx -h (shows the update an application's group membership claims to "All")
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 921aa920-c25f-5227-aabb-49116da38fa7
Version Independent ID: 9b5a53ad-edf8-4d89-f8e6-cde01b7866f6
The command actually works.
The warning you quoted was emitted out by the generic updater with the root cause that the rest spec being incomplete, which my Azure/azure-rest-api-specs#5181 will fix
Since everything is by-design, i am closing this issue
az ad app update --id XXXXXXXXXXXX--set groupMembershipClaims=All
Property 'groupMembershipClaims' not found on root. Send it as an additional property .
working on az cli version 2.0.59
if you list out the help
az ad app update --id xxxxxxx -h (shows the update an application's group membership claims to "All")
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: