Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant