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
As of Microsoft Graph migration, the objectId is now stored in property id. Queries like, for example, in 08-workload-prerequisites.md will need to be changed from az ad signed-in-user show --query 'objectId' -o tsv
to az ad signed-in-user show --query 'id' -o tsv
This may depend on the az CLI versions.
The text was updated successfully, but these errors were encountered:
As of Microsoft Graph migration, the
objectId
is now stored in propertyid
. Queries like, for example, in08-workload-prerequisites.md
will need to be changed fromaz ad signed-in-user show --query 'objectId' -o tsv
to
az ad signed-in-user show --query 'id' -o tsv
This may depend on the az CLI versions.
The text was updated successfully, but these errors were encountered: