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

Breaking change in output of az ad signed-in-user show #327

Closed
ulkeba opened this issue Jun 3, 2022 · 1 comment · Fixed by #328
Closed

Breaking change in output of az ad signed-in-user show #327

ulkeba opened this issue Jun 3, 2022 · 1 comment · Fixed by #328
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ulkeba
Copy link
Contributor

ulkeba commented Jun 3, 2022

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.

@ckittel ckittel self-assigned this Jun 6, 2022
@ckittel ckittel added bug Something isn't working good first issue Good for newcomers labels Jun 6, 2022
@ckittel
Copy link
Member

ckittel commented Jun 6, 2022

Also fixed in the AKS baseline for multi-region and AKS baseline for regulated industries. Thanks again @ulkeba for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants