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
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
az ad signed-in-user show --query objectId -o tsv is no longer supported and doesn't return the object ID of the signed in user
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
return the object ID of the current signed in user Screenshots
If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
OS and version: [e.g. Windows 10 1909]
Version of the rover[e.g. 22]
Version of the landing zone[e.g. 11]
Additional context
Add any other context about the problem here.
should be replaced with:
az ad signed-in-user show --query id -o tsv
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
az ad signed-in-user show --query objectId -o tsv is no longer supported and doesn't return the object ID of the signed in user
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
return the object ID of the current signed in user
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
Additional context
Add any other context about the problem here.
should be replaced with:
az ad signed-in-user show --query id -o tsv
The text was updated successfully, but these errors were encountered: