Skip to content
New issue

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

[bug] Get deployment user object_id #450

Open
rowbot-99 opened this issue Feb 19, 2023 · 0 comments
Open

[bug] Get deployment user object_id #450

rowbot-99 opened this issue Feb 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@rowbot-99
Copy link

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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

@rowbot-99 rowbot-99 added the bug Something isn't working label Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant